Searched refs:eglBindTexImage (Results 1 – 25 of 68) sorted by relevance
123
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | PbufferTest.cpp | 209 eglBindTexImage(window->getDisplay(), mPbuffer, EGL_BACK_BUFFER); in TEST_P() 279 eglBindTexImage(window->getDisplay(), mPbuffer, EGL_BACK_BUFFER); in TEST_P() 352 eglBindTexImage(window->getDisplay(), mPbuffer, EGL_BACK_BUFFER); in TEST_P() 415 eglBindTexImage(window->getDisplay(), mPbuffer, EGL_BACK_BUFFER); in TEST_P() 465 eglBindTexImage(window->getDisplay(), mPbuffer, EGL_BACK_BUFFER); in TEST_P()
|
D | PixmapTest.cpp | 185 eglBindTexImage(window->getDisplay(), mPixmap, EGL_BACK_BUFFER); in TEST_P() 240 eglBindTexImage(window->getDisplay(), mPixmap, EGL_BACK_BUFFER); in TEST_P()
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 7 { "eglBindTexImage", (deFunctionPtr)eglBindTexImage },
|
D | eglwStaticLibrary15.inl | 7 { "eglBindTexImage", (deFunctionPtr)eglBindTexImage },
|
D | eglwInitCore.inl | 7 dst->bindTexImage = (eglBindTexImageFunc) loader->get("eglBindTexImage");
|
/third_party/EGL/extensions/NOK/ |
D | EGL_NOK_texture_from_pixmap.txt | 132 eglBindTexImage() 238 Modify paragraph 2 of the description of eglBindTexImage: 245 Modify paragraph 6 of the description of eglBindTexImage: 251 Modify paragraph 7 of the description of eglBindTexImage: 253 After eglBindTexImage is called, the specified <surface> is no longer 268 Modify paragraph 10 of the description of eglBindTexImage: 271 conditions are met while calling eglBindTexImage:
|
/third_party/skia/third_party/externals/egl-registry/extensions/NOK/ |
D | EGL_NOK_texture_from_pixmap.txt | 132 eglBindTexImage() 238 Modify paragraph 2 of the description of eglBindTexImage: 245 Modify paragraph 6 of the description of eglBindTexImage: 251 Modify paragraph 7 of the description of eglBindTexImage: 253 After eglBindTexImage is called, the specified <surface> is no longer 268 Modify paragraph 10 of the description of eglBindTexImage: 271 conditions are met while calling eglBindTexImage:
|
/third_party/mesa3d/src/egl/ |
D | egl-symbols.txt | 2 eglBindTexImage
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 4 eglBindTexImage @20
|
D | libEGL_deprecated.def | 4 eglBindTexImage @20
|
D | libEGL_deprecated.lds | 5 eglBindTexImage;
|
D | libEGL.hpp | 47 EGLBoolean (EGLAPIENTRY* eglBindTexImage)(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/third_party/mesa3d/src/egl/main/ |
D | egl.def.in | 3 eglBindTexImage@12
|
D | eglentrypoint.h | 6 EGL_ENTRYPOINT(eglBindTexImage)
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | Makefile | 17 eglBindTexImage.xhtml \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
D | Makefile | 31 eglBindTexImage.html \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | Makefile | 31 eglBindTexImage.html \
|
/third_party/EGL/sdk/docs/man/html/ |
D | Makefile | 17 eglBindTexImage.xhtml \
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL_autogen.def | 37 eglBindTexImage
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
D | egl.h | 232 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/third_party/EGL/api/1.2/EGL/ |
D | egl.h | 236 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/third_party/EGL/api/1.2/ |
D | egl.h | 232 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
D | egl.h | 232 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/third_party/EGL/api/1.1/EGL/ |
D | egl.h | 203 GLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
D | egl.h | 233 GLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
123