Home
last modified time | relevance | path

Searched refs:eglQueryContext (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/egl/main/
Degl.def24 eglQueryContext
Deglapi.c505 eglQueryContext(EGLDisplay dpy, EGLContext ctx, in eglQueryContext() function
892 { "eglQueryContext", (_EGLProc) eglQueryContext }, in eglGetProcAddress()
/external/chromium_org/third_party/mesa/src/src/egl/main/
Degl.def24 eglQueryContext
Deglapi.c505 eglQueryContext(EGLDisplay dpy, EGLContext ctx, in eglQueryContext() function
892 { "eglQueryContext", (_EGLProc) eglQueryContext }, in eglGetProcAddress()
/external/chromium_org/third_party/angle/src/libEGL/
DlibEGL.def25 eglQueryContext @29
DlibEGL.cpp1003 EGLBoolean __stdcall eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *valu… in eglQueryContext() function
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp897 expectFalse(eglQueryContext(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init()
900 expectFalse(eglQueryContext((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init()
907 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
910 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
933 expectFalse(eglQueryContext(display, context, 0, &value)); in init()
935 expectFalse(eglQueryContext(display, context, -1, &value)); in init()
937 expectFalse(eglQueryContext(display, context, EGL_RED_SIZE, &value)); in init()
DteglQueryContextTests.cpp365 TCU_CHECK_EGL_CALL(eglQueryContext(display.getEGLDisplay(), context, attrib, &value)); in getContextAttrib()
DteglGetProcAddressTests.inl37 "eglQueryContext",
DteglMultiThreadTests.cpp1380 result = eglQueryContext(m_display, context, attribute, &value); in querySetSharedObjects()
/external/deqp/framework/egl/
DegluApiPrototypes.inl33 EGLBoolean eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* …
DegluCallLogWrapper.inl298 EGLBoolean CallLogWrapper::eglQueryContext (EGLDisplay param0, EGLContext param1, EGLint param2, EG… function in CallLogWrapper
301 …m_log << TestLog::Message << "eglQueryContext(" << getEGLDisplayStr(param0) << ", " << getEGLConte…
302 EGLBoolean returnValue = ::eglQueryContext(param0, param1, param2, param3);
/external/chromium_org/third_party/angle/include/EGL/
Degl.h307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/chromium_org/third_party/khronos/EGL/
Degl.h307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/chromium_org/ppapi/lib/gl/include/EGL/
Degl.h307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/chromium_org/third_party/mesa/src/include/EGL/
Degl.h307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/mesa3d/include/EGL/
Degl.h307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/chromium_org/gpu/gles2_conform_support/egl/
Degl.cc368 EGLBoolean eglQueryContext(EGLDisplay dpy, in eglQueryContext() function