Home
last modified time | relevance | path

Searched refs:EGLAttrib (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp72 EGLAttrib attribList1 = GetData<EGLAttrib>(); in DoSomethingInterestingWithMyAPI()
118 EGLAttrib attribList11 = GetData<EGLAttrib>(); in DoSomethingInterestingWithMyAPI()
122 EGLAttrib attribList12 = GetData<EGLAttrib>(); in DoSomethingInterestingWithMyAPI()
125 EGLAttrib attribList13 = GetData<EGLAttrib>(); in DoSomethingInterestingWithMyAPI()
/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…
93 EGLClientBuffer buffer, const EGLAttrib *attribList);
96 void *nativeWindow, const EGLAttrib *attribList);
98 void *nativePixmap, const EGLAttrib *attribList);
121 …EGLDisplay GetEglNativeDisplay(EGLenum platform, EGLNativeDisplayType disp, const EGLAttrib *attri…
H A Degl_wrapper_entry.cpp258 EGLNativeDisplayType type, const EGLAttrib *attribList) in EglGetPlatformDisplayInternal()
644 EGLSync EglCreateSyncImpl(EGLDisplay dpy, EGLenum type, const EGLAttrib *attribList) in EglCreateSyncImpl()
707 EGLint attribute, EGLAttrib *value) in EglGetSyncAttribImpl()
735 EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attribList) in EglCreateImageImpl()
760 void *nativeDisplay, const EGLAttrib *attribList) in EglGetPlatformDisplayImpl()
768 EGLConfig config, void *nativeWindow, const EGLAttrib *attribList) in EglCreatePlatformWindowSurfaceImpl()
782 EGLConfig config, void *nativePixmap, const EGLAttrib *attribList) in EglCreatePlatformPixmapSurfaceImpl()
H A Degl_wrapper_display.cpp336 EGLNativeDisplayType disp, const EGLAttrib *attribList) in GetEglNativeDisplay()
380 EGLNativeDisplayType disp, const EGLAttrib *attribList) in GetEglDisplay()
805 EGLClientBuffer buffer, const EGLAttrib *attribList) in CreateImage()
845 void *nativeWindow, const EGLAttrib *attribList) in CreatePlatformWindowSurface()
873 void *nativePixmap, const EGLAttrib *attribList) in CreatePlatformPixmapSurface()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Degl_hook_entries.in109 HOOK_API_ENTRY(EGLSync, eglCreateSync, EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list)
118 …TRY(EGLBoolean, eglGetSyncAttrib, EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value)
121 …LDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list)
127 …splay, eglGetPlatformDisplay, EGLenum platform, void *native_display, const EGLAttrib *attrib_list)
130 …WindowSurface, EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list)
133 …PixmapSurface, EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list)
H A Dwrapper_hook_entries.in109 HOOK_API_ENTRY(EGLSync, eglCreateSync, EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list)
118 …TRY(EGLBoolean, eglGetSyncAttrib, EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value)
121 …LDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list)
127 …splay, eglGetPlatformDisplay, EGLenum platform, void *native_display, const EGLAttrib *attrib_list)
130 …WindowSurface, EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list)
133 …PixmapSurface, EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list)
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp33 typedef intptr_t EGLAttrib; typedef
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_entry_test.cpp1184 EGLAttrib value = 1; in HWTEST_F()