/external/mesa3d/src/egl/main/ |
D | egl.def | 24 eglQueryContext
|
D | eglapi.c | 505 eglQueryContext(EGLDisplay dpy, EGLContext ctx, in eglQueryContext() function 892 { "eglQueryContext", (_EGLProc) eglQueryContext }, in eglGetProcAddress()
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | egl.def | 24 eglQueryContext
|
D | eglapi.c | 505 eglQueryContext(EGLDisplay dpy, EGLContext ctx, in eglQueryContext() function 892 { "eglQueryContext", (_EGLProc) eglQueryContext }, in eglGetProcAddress()
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | libEGL.def | 25 eglQueryContext @29
|
D | libEGL.cpp | 1003 EGLBoolean __stdcall eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *valu… in eglQueryContext() function
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 897 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()
|
D | teglQueryContextTests.cpp | 365 TCU_CHECK_EGL_CALL(eglQueryContext(display.getEGLDisplay(), context, attrib, &value)); in getContextAttrib()
|
D | teglGetProcAddressTests.inl | 37 "eglQueryContext",
|
D | teglMultiThreadTests.cpp | 1380 result = eglQueryContext(m_display, context, attribute, &value); in querySetSharedObjects()
|
/external/deqp/framework/egl/ |
D | egluApiPrototypes.inl | 33 EGLBoolean eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* …
|
D | egluCallLogWrapper.inl | 298 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/ |
D | egl.h | 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/chromium_org/third_party/khronos/EGL/ |
D | egl.h | 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
D | egl.h | 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
D | egl.h | 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/mesa3d/include/EGL/ |
D | egl.h | 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
D | egl.cc | 368 EGLBoolean eglQueryContext(EGLDisplay dpy, in eglQueryContext() function
|