Home
last modified time | relevance | path

Searched refs:eglBindTexImage (Results 1 – 25 of 39) sorted by relevance

12

/external/angle/src/tests/gl_tests/
DPbufferTest.cpp209 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()
DPixmapTest.cpp185 eglBindTexImage(window->getDisplay(), mPixmap, EGL_BACK_BUFFER); in TEST_P()
240 eglBindTexImage(window->getDisplay(), mPixmap, EGL_BACK_BUFFER); in TEST_P()
DD3DTextureTest.cpp390 EGLBoolean result = eglBindTexImage(display, pbuffer, EGL_BACK_BUFFER); in TEST_P()
491 EGLBoolean result = eglBindTexImage(display, pbuffer, EGL_BACK_BUFFER); in TEST_P()
591 EGLBoolean result = eglBindTexImage(display, pbuffer, EGL_BACK_BUFFER); in TEST_P()
856 eglBindTexImage(display, pbuffer, EGL_BACK_BUFFER); in TEST_P()
/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl7 { "eglBindTexImage", (deFunctionPtr)eglBindTexImage },
DeglwStaticLibrary15.inl7 { "eglBindTexImage", (deFunctionPtr)eglBindTexImage },
DeglwInitCore.inl7 dst->bindTexImage = (eglBindTexImageFunc) loader->get("eglBindTexImage");
DeglwApi.inl7 #define eglBindTexImage eglwBindTexImage macro
/external/mesa3d/src/egl/main/
Degl.def3 eglBindTexImage
Deglentrypoint.h6 EGL_ENTRYPOINT(eglBindTexImage)
/external/mesa3d/src/egl/
Degl-symbols.txt2 eglBindTexImage
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def4 eglBindTexImage @20
DlibEGL.lds5 eglBindTexImage;
DlibEGL.hpp47 EGLBoolean (EGLAPIENTRY* eglBindTexImage)(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
Dmain.cpp495 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() function
692 this->eglBindTexImage = egl::BindTexImage; in LibEGLexports()
/external/angle/src/libEGL/
DlibEGL_autogen.def37 eglBindTexImage
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def3 eglBindTexImage @134
DlibGLES_CM.lds4 eglBindTexImage;
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp174 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()
/external/angle/util/
Degl_loader_autogen.h43 #define eglBindTexImage l_eglBindTexImage macro
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h43 #define eglBindTexImage t_eglBindTexImage macro
/external/swiftshader/include/EGL/
Degl.h163 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl7 eglw::EGLBoolean eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw:…
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp189 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->bindTexImagePtr, eglBindTexImage); in initialize()
/external/angle/include/EGL/
Degl.h179 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/external/mesa3d/include/EGL/
Degl.h198 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);

12