Home
last modified time | relevance | path

Searched refs:GetEglDisplay (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp82 ret = table->egl.eglChooseConfig(display->GetEglDisplay(), in EglChooseConfigImpl()
404 actualDpy = display->GetEglDisplay(); in EglQueryStringImpl()
697 ret = table->egl.eglClientWaitSync(display->GetEglDisplay(), in EglClientWaitSyncImpl()
725 ret = table->egl.eglGetSyncAttrib(display->GetEglDisplay(), in EglGetSyncAttribImpl()
1027 ret = table->egl.eglStreamAttribKHR(display->GetEglDisplay(), in EglStreamAttribKHRImpl()
1055 ret = table->egl.eglQueryStreamKHR(display->GetEglDisplay(), in EglQueryStreamKHRImpl()
1106 display->GetEglDisplay(), stream); in EglStreamConsumerGLTextureExternalKHRImpl()
1127 display->GetEglDisplay(), stream); in EglStreamConsumerAcquireKHRImpl()
1148 display->GetEglDisplay(), stream); in EglStreamConsumerReleaseKHRImpl()
1210 display->GetEglDisplay(), stream); in EglGetStreamFileDescriptorKHRImpl()
[all …]
H A Degl_wrapper_display.h40 …static EGLDisplay GetEglDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attr…
59 inline EGLDisplay GetEglDisplay() const in GetEglDisplay() function
H A Degl_blob_cache.cpp102 table->egl.eglSetBlobCacheFuncsANDROID(display->GetEglDisplay(), in Init()
H A Degl_wrapper_display.cpp379 EGLDisplay EglWrapperDisplay::GetEglDisplay(EGLenum platform, in GetEglDisplay() function in OHOS::EglWrapperDisplay
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_surface.h33 virtual EGLDisplay GetEglDisplay() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp148 EglWrapperDisplay::GetEglDisplay(platform1, disp1, &attribList1); in DoSomethingInterestingWithMyAPI()