Home
last modified time | relevance | path

Searched refs:EGLNativeDisplayType (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context_egl_defines.h26 typedef void *EGLNativeDisplayType; typedef
H A Drender_context.cpp97 return eglGetDisplay(static_cast<EGLNativeDisplayType>(native_display)); in GetPlatformEglDisplay()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h40 …static EGLDisplay GetEglDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attr…
121 …EGLDisplay GetEglNativeDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attri…
H A Degl_wrapper_entry.cpp258 EGLNativeDisplayType type, const EGLAttrib *attribList) in EglGetPlatformDisplayInternal()
276 EGLDisplay EglGetDisplayImpl(EGLNativeDisplayType type) in EglGetDisplayImpl()
764 static_cast<EGLNativeDisplayType>(nativeDisplay), attribList); in EglGetPlatformDisplayImpl()
H A Degl_wrapper_display.cpp336 EGLNativeDisplayType disp, const EGLAttrib *attribList) in GetEglNativeDisplay()
380 EGLNativeDisplayType disp, const EGLAttrib *attribList) in GetEglDisplay()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
H A Ddebug_layer_test1.cpp37 static EGLDisplay EglGetDisplay(EGLNativeDisplayType type) in EglGetDisplay()
H A Ddebug_layer_test2.cpp37 static EGLDisplay EglGetDisplay(EGLNativeDisplayType type) in EglGetDisplay()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp71 EGLNativeDisplayType disp1 = GetData<EGLNativeDisplayType>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.cpp99 return eglGetDisplay((EGLNativeDisplayType)native_display); in GetPlatformEglDisplay()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp83 return eglGetDisplay(static_cast<EGLNativeDisplayType>(nativeDisplay)); in GetPlatformEglDisplay()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/
H A Dgpu_context_test.cpp79 eglDisplay_ = eglGetDisplay(static_cast<EGLNativeDisplayType>(EGL_DEFAULT_DISPLAY)); in InitEGL()
/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()
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dopengles.md230 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id);
235 display_id 参数通常是一个表示显示设备的本地显示类型,EGLNativeDisplayType是为了匹配原生窗口显示类型,在各个平台有不同的定义。如果您只是希望使用默认的显示设备,那么您可…
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/systemtest/
H A Dopengl_wrapper_api_test.cpp87 disp = eglGetDisplay((EGLNativeDisplayType)1);
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Dnative-image-guidelines.md110 return eglGetDisplay((EGLNativeDisplayType)native_display);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Degl_hook_entries.in38 HOOK_API_ENTRY(EGLDisplay, eglGetDisplay, EGLNativeDisplayType type)
H A Dwrapper_hook_entries.in38 HOOK_API_ENTRY(EGLDisplay, eglGetDisplay, EGLNativeDisplayType type)
/ohos5.0/docs/en/application-dev/graphics/
H A Dnative-image-guidelines.md113 return eglGetDisplay((EGLNativeDisplayType)native_display);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp96 return eglGetDisplay((EGLNativeDisplayType)nativeDisplay); in GetPlatformEglDisplay()
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dopengles.md230 EGLDisplay eglGetDisplay(EGLNativeDisplayType display_id);
235 … parameter indicates the local display type of the display. The **EGLNativeDisplayType** parameter…
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_entry_test.cpp2084 … auto result = gWrapperHook.wrapper.eglGetPlatformDisplayEXT(0, EGLNativeDisplayType(1), nullptr); in HWTEST_F()