Searched refs:disp (Results 1 – 25 of 26) sorted by relevance
12
112 disp = GetDispManager(); in SetDispBacklight()113 if (disp && disp->panelManager && devId < disp->panelManager->panelNum) { in SetDispBacklight()133 disp = GetDispManager(); in GetDispInfo()134 if (disp == NULL) { in GetDispInfo()167 if (disp == NULL) { in SetDispPower()241 if (disp == NULL || disp->panelManager == NULL || (devId >= disp->panelManager->panelNum)) { in GetPowerStatus()292 if (disp == NULL || disp->panelManager == NULL || (devId >= disp->panelManager->panelNum)) { in GetBacklight()401 if ((disp == NULL) || (disp->esd == NULL)) { in EsdTimerHandler()409 HdfAddWork(&disp->dispWorkQueue, disp->esd->work[devId]); in EsdTimerHandler()421 if ((disp == NULL) || (disp->panelManager == NULL)) { in EsdWorkHandler()[all …]
21 EglWrapperObject::EglWrapperObject(EglWrapperDisplay *disp) : display_(disp) in EglWrapperObject() argument
40 …static EGLDisplay GetEglDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attr…41 static EGLDisplay GetEglDisplayExt(EGLenum platform, void *disp, const EGLint *attribList);121 …EGLDisplay GetEglNativeDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attri…122 EGLDisplay GetEglNativeDisplayExt(EGLenum platform, void *disp, const EGLint *attribList);
19 EglWrapperContext::EglWrapperContext(EglWrapperDisplay *disp, EGLContext context, EGLint version) in EglWrapperContext() argument20 : EglWrapperObject(disp), context_(context), read_(nullptr), draw_(nullptr), version_(version) in EglWrapperContext()
22 EglWrapperSurface::EglWrapperSurface(EglWrapperDisplay *disp, EGLSurface surf, NativeWindowType win… in EglWrapperSurface() argument23 : EglWrapperObject(disp), surf_(surf), window_(window) in EglWrapperSurface()
327 EglWrapperDisplay *disp = reinterpret_cast<EglWrapperDisplay *>(display); in GetWrapperDisplay() local328 if (disp == &wrapperDisp_) { in GetWrapperDisplay()329 return disp; in GetWrapperDisplay()336 EGLNativeDisplayType disp, const EGLAttrib *attribList) in GetEglNativeDisplay() argument351 disp_ = table->egl.eglGetDisplay(disp); in GetEglNativeDisplay()366 void *disp, const EGLint *attribList) in GetEglNativeDisplayExt() argument371 disp_ = table->egl.eglGetPlatformDisplayEXT(platform, disp, attribList); in GetEglNativeDisplayExt()380 EGLNativeDisplayType disp, const EGLAttrib *attribList) in GetEglDisplay() argument383 return wrapperDisp_.GetEglNativeDisplay(platform, disp, attribList); in GetEglDisplay()387 void *disp, const EGLint *attribList) in GetEglDisplayExt() argument[all …]
23 explicit EglWrapperObject(EglWrapperDisplay *disp);
30 EglWrapperSurface(EglWrapperDisplay *disp, EGLSurface surf, NativeWindowType window = nullptr);
27 EglWrapperContext(EglWrapperDisplay *disp, EGLContext context,
232 EGLDisplay disp = eglGetCurrentDisplay(); in ValidateEglState() local235 if ((eglDisplay_ != disp && eglDisplay_ != EGL_NO_DISPLAY) || (disp == EGL_NO_DISPLAY)) { in ValidateEglState()246 eglDisplay_ = disp; in ValidateEglState()251 EGLImageKHR SurfaceImage::CreateEGLImage(EGLDisplay disp, const sptr<SurfaceBuffer>& buffer) in CreateEGLImage() argument261 … EGLImageKHR img = eglCreateImageKHR(disp, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_OHOS, nBuffer, attrs); in CreateEGLImage()265 eglTerminate(disp); in CreateEGLImage()
42 EglWrapperDisplay *disp = EglWrapperDisplay::GetWrapperDisplay(display); in HWTEST_F() local44 EglWrapperContext ctx(disp, context); in HWTEST_F()
64 EglWrapperDisplay *disp = EglWrapperDisplay::GetWrapperDisplay(eglDisplay); in DoSomethingInterestingWithMyAPI() local69 EglWrapperSurface* wrapperSurface = new EglWrapperSurface(disp, surf1); in DoSomethingInterestingWithMyAPI()
64 EglWrapperDisplay *disp = EglWrapperDisplay::GetWrapperDisplay(eglDisplay); in DoSomethingInterestingWithMyAPI() local71 EglWrapperContext* wrapperContext = new EglWrapperContext(disp, context); in DoSomethingInterestingWithMyAPI()
120 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in ReleaseGLMemory() local121 eglDestroyImageKHR(disp, eglImage_); in ReleaseGLMemory()149 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in GetSkSurfaceFromSurfaceBuffer() local151 …eglImage_ = eglCreateImageKHR(disp, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_OHOS, nativeWindowBuffer_, a… in GetSkSurfaceFromSurfaceBuffer()249 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in Clear() local250 eglDestroyImageKHR(disp, eglImage_); in Clear()548 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in CreateEGLImage() local549 …eglImage_ = eglCreateImageKHR(disp, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_OHOS, nativeWindowBuffer_, a… in CreateEGLImage()
288 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in GetDrawingImageFromSurfaceBuffer() local413 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in ~RSExtendImageObject() local414 eglDestroyImageKHR(disp, eglImage); in ~RSExtendImageObject()760 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in OnAfterDraw() local761 auto sync = eglCreateSyncKHR(disp, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in OnAfterDraw()767 auto fd = eglDupNativeFenceFDANDROID(disp, sync); in OnAfterDraw()768 eglDestroySyncKHR(disp, sync); in OnAfterDraw()860 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in Clear() local861 eglDestroyImageKHR(disp, eglImage_); in Clear()1051 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in CreateEglTextureId() local[all …]
80 EGLDisplay disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); variable81 EXPECT_NE(disp, EGL_NO_DISPLAY);87 disp = eglGetDisplay((EGLNativeDisplayType)1);88 EXPECT_EQ(disp, EGL_NO_DISPLAY);
44 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in Clear() local45 eglDestroyImageKHR(disp, eglImage_); in Clear()
86 EGLImageKHR CreateEGLImage(EGLDisplay disp, const sptr<SurfaceBuffer>& buffer);
616 struct HdmiEdidBasicDispParamInfo disp; member
142 sinkCap->disp.width = block->width; in HdmiEdidBasicDispPhase()143 sinkCap->disp.height = block->height; in HdmiEdidBasicDispPhase()
1655 auto disp = eglGetDisplay(EGL_DEFAULT_DISPLAY); in AddTextureMemoryBarrrier() local1656 auto res = eglMakeCurrent(disp, EGL_NO_SURFACE, EGL_NO_SURFACE, lumeContext); in AddTextureMemoryBarrrier()
269 HDF_LOGE("get disp info failed");
1console:/ # init: Service 'adbd' (pid 112) exited with status 1 2init ...
Error! Your browser does not support the video tag. There was an error! Java heap space java.lang.OutOfMemoryError: Java heap space
Java heap space
java.lang.OutOfMemoryError: Java heap space