Searched refs:nativeDisplay (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/ |
H A D | hello_native_image.cpp | 65 static EGLDisplay GetPlatformEglDisplay(EGLenum platform, void* nativeDisplay, const EGLint* attrib… in GetPlatformEglDisplay() argument 80 return eglGetPlatformDisplayExt(platform, nativeDisplay, attribList); in GetPlatformEglDisplay() 83 return eglGetDisplay(static_cast<EGLNativeDisplayType>(nativeDisplay)); in GetPlatformEglDisplay()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/ |
H A D | render_context_ohos_gl.cpp | 69 static EGLDisplay GetPlatformEglDisplay(EGLenum platform, EGLNativeDisplayType nativeDisplay, in GetPlatformEglDisplay() argument 85 return eglGetPlatformDisplayExt(platform, nativeDisplay, attributeList); in GetPlatformEglDisplay() 88 return eglGetDisplay(nativeDisplay); in GetPlatformEglDisplay()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_entry.cpp | 760 void *nativeDisplay, const EGLAttrib *attribList) in EglGetPlatformDisplayImpl() argument 764 static_cast<EGLNativeDisplayType>(nativeDisplay), attribList); in EglGetPlatformDisplayImpl() 1261 void *nativeDisplay, const EGLint *attribList) in EglGetPlatformDisplayEXTImpl() argument 1264 if (nativeDisplay != EGL_DEFAULT_DISPLAY) { in EglGetPlatformDisplayEXTImpl() 1276 return EglWrapperDisplay::GetEglDisplayExt(platform, nativeDisplay, attribList); in EglGetPlatformDisplayEXTImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
H A D | native_image_test.cpp | 79 static EGLDisplay GetPlatformEglDisplay(EGLenum platform, void* nativeDisplay, const EGLint* attrib… in GetPlatformEglDisplay() argument 93 return eglGetPlatformDisplayExt(platform, nativeDisplay, attribList); in GetPlatformEglDisplay() 96 return eglGetDisplay((EGLNativeDisplayType)nativeDisplay); in GetPlatformEglDisplay()
|