Searched refs:eglBindTexImage (Results 1 - 15 of 15) sorted by relevance

/external/deqp/framework/egl/
H A DegluApiPrototypes.inl24 EGLBoolean eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
H A DegluCallLogWrapper.inl208 EGLBoolean CallLogWrapper::eglBindTexImage (EGLDisplay param0, EGLSurface param1, EGLint param2)
211 m_log << TestLog::Message << "eglBindTexImage(" << getEGLDisplayStr(param0) << ", " << toHex(param1) << ", " << param2 << ");" << TestLog::EndMessage;
212 EGLBoolean returnValue = ::eglBindTexImage(param0, param1, param2);
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h290 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/external/chromium_org/third_party/khronos/EGL/
H A Degl.h290 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Degl.h290 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp49 // * eglBindTexImage()
127 TEGL_ADD_API_CASE(bind_tex_image, "eglBindTexImage() negative tests",
134 expectFalse(eglBindTexImage(EGL_NO_DISPLAY, EGL_NO_SURFACE, EGL_BACK_BUFFER));
137 expectFalse(eglBindTexImage((EGLDisplay)-1, EGL_NO_SURFACE, EGL_BACK_BUFFER));
144 expectFalse(eglBindTexImage(display, EGL_NO_SURFACE, EGL_BACK_BUFFER));
147 expectFalse(eglBindTexImage(display, (EGLSurface)-1, EGL_BACK_BUFFER));
/external/mesa3d/include/EGL/
H A Degl.h290 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc280 EGLBoolean eglBindTexImage(EGLDisplay dpy, function
/external/chromium_org/third_party/angle/include/EGL/
H A Degl.h163 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglapi.c628 eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) function
871 { "eglBindTexImage", (_EGLProc) eglBindTexImage },
/external/mesa3d/src/egl/main/
H A Deglapi.c628 eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) function
871 { "eglBindTexImage", (_EGLProc) eglBindTexImage },
/external/chromium_org/content/common/gpu/media/
H A Ddxva_video_decode_accelerator.cc361 eglBindTexImage(
/external/chromium_org/third_party/angle/src/libEGL/
H A DlibEGL.cpp591 EGLBoolean __stdcall eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) function
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 369 milliseconds