Searched defs:eglBindTexImage (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.hpp | 47 EGLBoolean (*eglBindTexImage)(EGLDisplay dpy, EGLSurface surface, EGLint buffer); member in LibEGLexports
|
D | main.cpp | 485 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() function
|
/external/deqp/framework/egl/wrapper/ |
D | eglwApi.inl | 7 #define eglBindTexImage eglwBindTexImage macro
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapper.inl | 17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, e… function in CallLogWrapper
|
/external/mesa3d/src/egl/main/ |
D | eglapi.c | 1160 eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() function
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 436 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() function
|