Home
last modified time | relevance | path

Searched refs:dpy (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Degl_hook_entries.in6 CALL_HOOK_API_RET(eglCopyBuffers, dpy, surface, target)
21 CALL_HOOK_API_RET(eglDestroyContext, dpy, ctx)
24 CALL_HOOK_API_RET(eglDestroySurface, dpy, surface)
57 CALL_HOOK_API_RET(eglQueryString, dpy, name)
63 CALL_HOOK_API_RET(eglSwapBuffers, dpy, surface)
66 CALL_HOOK_API_RET(eglTerminate, dpy)
85 CALL_HOOK_API_RET(eglSwapInterval, dpy, interval)
113 CALL_HOOK_API_RET(eglDestroySync, dpy, sync)
125 CALL_HOOK_API_RET(eglDestroyImage, dpy, image)
137 CALL_HOOK_API_RET(eglWaitSync, dpy, sync, flags)
[all …]
H A Dwrapper_hook_entries.in6 CALL_HOOK_API_RET(eglCopyBuffers, dpy, surface, target)
21 CALL_HOOK_API_RET(eglDestroyContext, dpy, ctx)
24 CALL_HOOK_API_RET(eglDestroySurface, dpy, surface)
57 CALL_HOOK_API_RET(eglQueryString, dpy, name)
63 CALL_HOOK_API_RET(eglSwapBuffers, dpy, surface)
66 CALL_HOOK_API_RET(eglTerminate, dpy)
85 CALL_HOOK_API_RET(eglSwapInterval, dpy, interval)
113 CALL_HOOK_API_RET(eglDestroySync, dpy, sync)
125 CALL_HOOK_API_RET(eglDestroyImage, dpy, image)
137 CALL_HOOK_API_RET(eglWaitSync, dpy, sync, flags)
[all …]
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_entry_test.cpp114 EGLDisplay dpy = nullptr; in HWTEST_F() local
161 EGLDisplay dpy = nullptr; in HWTEST_F() local
190 EGLDisplay dpy = nullptr; in HWTEST_F() local
219 EGLDisplay dpy = nullptr; in HWTEST_F() local
248 EGLDisplay dpy = nullptr; in HWTEST_F() local
277 EGLDisplay dpy = nullptr; in HWTEST_F() local
306 EGLDisplay dpy = nullptr; in HWTEST_F() local
335 EGLDisplay dpy = nullptr; in HWTEST_F() local
364 EGLDisplay dpy = nullptr; in HWTEST_F() local
393 EGLDisplay dpy = nullptr; in HWTEST_F() local
[all …]
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp44 static EglWrapperDisplay *ValidateDisplay(EGLDisplay dpy) in ValidateDisplay() argument
66 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglChooseConfigImpl()
95 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglCopyBuffersImpl()
108 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglCreateContextImpl()
121 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglCreatePbufferSurfaceImpl()
134 EglWrapperDisplay *display = ValidateDisplay(dpy); in EglCreatePixmapSurfaceImpl()
142 EGLSurface EglCreateWindowSurfaceImpl(EGLDisplay dpy, in EglCreateWindowSurfaceImpl() argument
399 if (dpy != EGL_NO_DISPLAY) { in EglQueryStringImpl()
469 EGLBoolean EglTerminateImpl(EGLDisplay dpy) in EglTerminateImpl() argument
1198 EGLDisplay dpy, EGLStreamKHR stream) in EglGetStreamFileDescriptorKHRImpl() argument
[all …]
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
H A Ddebug_layer_test1.cpp46 static bool EglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in EglSwapBuffers() argument
51 return next(dpy, surface); in EglSwapBuffers()
H A Ddebug_layer_test2.cpp46 static bool EglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in EglSwapBuffers() argument
51 return next(dpy, surface); in EglSwapBuffers()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp183 void DumpEGLStrings(EGLDisplay dpy) in DumpEGLStrings() argument
189 const char* const value = eglQueryString(dpy, strings[attr].attribute); in DumpEGLStrings()
199 void DumpEGLConfigs(EGLDisplay dpy) in DumpEGLConfigs() argument
204 eglGetConfigs(dpy, NULL, 0, &n); in DumpEGLConfigs()
206 eglGetConfigs(dpy, configs, n, &n); in DumpEGLConfigs()
209 DumpEGLConfig(dpy, configs[i]); in DumpEGLConfigs()
229 void DumpEGLSurface(EGLDisplay dpy, EGLSurface surf) in DumpEGLSurface() argument
277 if (EGL_TRUE == eglQuerySurface(dpy, surf, attribs[attr].attribute, &value)) { in DumpEGLSurface()
283 void DumpEGLConfig(EGLDisplay dpy, const EGLConfig& config) in DumpEGLConfig() argument
339 if (EGL_TRUE == eglGetConfigAttrib(dpy, config, attributes[attr].attribute, &value)) { in DumpEGLConfig()
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dopengles.md257 EGLBoolean eglChooseConfig(EGLDisplay dpy, // EGL显示连接句柄,标识了要进行配置选择的显示连接。
356 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, // EGLDisplay对象,表示与窗口表面关联的显示连接。
809 EGLBoolean eglSwapBuffers(EGLDisplay dpy, // EGL显示连接
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dopengles.md257 …EGLBoolean eglChooseConfig(EGLDisplay dpy, // Handle to the EGL display connection for which confi…
356 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, // EGL display connection to be associated with t…
814 EGLBoolean eglSwapBuffers(EGLDisplay dpy, // EGL display connection.
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/demuxer_res/drm/
H A Dsm4c.ts8136 …�̀�6���wz���Õ �gL�;��+��ws���m�@2G�@O��1߾�ng�J������d� �B�d�sR�9�"�dpy�ncCJ�N:��WCUP�Գut…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/video_encoder/
H A D1280_720_nv.yuv Error!