Searched refs:eglCreateImage (Results 1 - 14 of 14) sorted by relevance
/third_party/EGL/sdk/docs/man/html/ |
H A D | Makefile | 22 eglCreateImage.xhtml \
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_egl_loader_autogen.h | 57 #define eglCreateImage t_eglCreateImage macro
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | egl_loader_autogen.h | 57 #define eglCreateImage l_eglCreateImage macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
|
/third_party/EGL/api/EGL/ |
H A D | egl.h | 329 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
|
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 329 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 329 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 318 EGLImage EGLAPIENTRY eglCreateImage(EGLDisplay dpy, in eglCreateImage() function
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLProtectedContentTest.cpp | 147 *image = eglCreateImage(mDisplay, context, target, buffer, in createImage()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 570 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) in eglCreateImage() function
|
H A D | libEGL.cpp | 1546 FUNCTION(eglCreateImage), in GetProcAddress()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | rosen_context_impl.cpp | 561 auto ret = eglCreateImage(dpy, ctx, target, buffer, reinterpret_cast<const EGLAttrib *>(attrib_list)); in OH_createImage()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 1778 eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImage() function
|
Completed in 19 milliseconds