Searched refs:eglCreatePbufferFromClientBuffer (Results 1 - 14 of 14) sorted by relevance

/external/deqp/framework/egl/
H A DegluApiPrototypes.inl22 EGLSurface eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint* attrib_list);
H A DegluCallLogWrapper.inl188 EGLSurface CallLogWrapper::eglCreatePbufferFromClientBuffer (EGLDisplay param0, EGLenum param1, EGLClientBuffer param2, EGLConfig param3, const EGLint* param4)
191 m_log << TestLog::Message << "eglCreatePbufferFromClientBuffer(" << getEGLDisplayStr(param0) << ", " << toHex(param1) << ", " << toHex(param2) << ", " << toHex(param3) << ", " << toHex(param4) << ");" << TestLog::EndMessage;
192 EGLSurface returnValue = ::eglCreatePbufferFromClientBuffer(param0, param1, param2, param3, param4);
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h284 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(
/external/chromium_org/third_party/khronos/EGL/
H A Degl.h284 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Degl.h284 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp62 // * eglCreatePbufferFromClientBuffer()
411 TEGL_ADD_API_CASE(create_pbuffer_from_client_buffer, "eglCreatePbufferFromClientBuffer() negative tests",
420 expectNoSurface(eglCreatePbufferFromClientBuffer(EGL_NO_DISPLAY, EGL_OPENVG_IMAGE, 0, (EGLConfig)0, DE_NULL));
423 expectNoSurface(eglCreatePbufferFromClientBuffer((EGLDisplay)-1, EGL_OPENVG_IMAGE, 0, (EGLConfig)0, DE_NULL));
430 expectNoSurface(eglCreatePbufferFromClientBuffer(display, EGL_OPENVG_IMAGE, 0, (EGLConfig)-1, DE_NULL));
442 expectNoSurface(eglCreatePbufferFromClientBuffer(display, EGL_OPENVG_IMAGE, (EGLClientBuffer)-1, anyConfig, DE_NULL));
/external/mesa3d/include/EGL/
H A Degl.h284 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer(
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Degl.cc265 EGLSurface eglCreatePbufferFromClientBuffer(EGLDisplay dpy, function
/external/chromium_org/third_party/angle/include/EGL/
H A Degl.h204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglapi.c875 { "eglCreatePbufferFromClientBuffer", (_EGLProc) eglCreatePbufferFromClientBuffer },
1247 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, function
/external/mesa3d/src/egl/main/
H A Deglapi.c875 { "eglCreatePbufferFromClientBuffer", (_EGLProc) eglCreatePbufferFromClientBuffer },
1247 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, function
/external/chromium_org/third_party/angle/src/libEGL/
H A DlibEGL.cpp552 EGLSurface __stdcall eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) 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 2093 milliseconds