/external/deqp/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");
|
D | eglwApi.inl | 7 #define eglBindTexImage eglwBindTexImage macro
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 3 eglBindTexImage
|
D | eglentrypoint.h | 6 EGL_ENTRYPOINT(eglBindTexImage)
|
D | eglapi.c | 1160 eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() function
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 4 eglBindTexImage @20
|
D | libEGL.lds | 5 eglBindTexImage;
|
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 682 this->eglBindTexImage = egl::BindTexImage; in LibEGLexports()
|
D | libEGL.cpp | 1468 FUNCTION(eglBindTexImage), in GetProcAddress()
|
/external/mesa3d/src/egl/ |
D | egl-symbols-check | 14 eglBindTexImage
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.lds | 4 eglBindTexImage;
|
D | libGLES_CM.def | 3 eglBindTexImage @134
|
D | main.cpp | 436 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() function 438 return libEGL->eglBindTexImage(dpy, surface, buffer); in eglBindTexImage()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 174 expectFalse(eglBindTexImage(EGL_NO_DISPLAY, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init() 177 expectFalse(eglBindTexImage((EGLDisplay)-1, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init() 184 expectFalse(eglBindTexImage(display, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init() 187 expectFalse(eglBindTexImage(display, (EGLSurface)-1, EGL_BACK_BUFFER)); in init()
|
D | teglGetProcAddressTests.inl | 10 "eglBindTexImage",
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 291 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/external/mesa3d/include/EGL/ |
D | egl.h | 163 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/external/swiftshader/include/EGL/ |
D | egl.h | 163 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 7 eglw::EGLBoolean eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw:…
|
D | egluCallLogWrapper.inl | 17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, e… function in CallLogWrapper 20 …m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer…
|
/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 1574 EGLBoolean result = eglBindTexImage(getDisplay(), *pbuffer, EGL_BACK_BUFFER); in bindIOSurfaceToTexture()
|