Home
last modified time | relevance | path

Searched refs:nativeDisplay (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp65 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 Drender_context_ohos_gl.cpp69 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 Degl_wrapper_entry.cpp760 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 Dnative_image_test.cpp79 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()