/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 28 { "eglQueryContext", (deFunctionPtr)eglQueryContext },
|
D | eglwStaticLibrary15.inl | 37 { "eglQueryContext", (deFunctionPtr)eglQueryContext },
|
D | eglwInitCore.inl | 37 dst->queryContext = (eglQueryContextFunc) loader->get("eglQueryContext");
|
D | eglwApi.inl | 47 #define eglQueryContext eglwQueryContext macro
|
/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/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 989 expectFalse(eglQueryContext(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init() 992 expectFalse(eglQueryContext((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init() 999 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init() 1002 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init() 1025 expectFalse(eglQueryContext(display, context, 0, &value)); in init() 1027 expectFalse(eglQueryContext(display, context, -1, &value)); in init() 1029 expectFalse(eglQueryContext(display, context, EGL_RED_SIZE, &value)); in init()
|
D | teglGetProcAddressTests.inl | 31 "eglQueryContext",
|
/external/mesa3d/include/EGL/ |
D | egl.h | 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 37 eglw::EGLBoolean eglQueryContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGL…
|
D | egluCallLogWrapper.inl | 326 eglw::EGLBoolean CallLogWrapper::eglQueryContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw:… function in CallLogWrapper 329 …m_log << TestLog::Message << "eglQueryContext(" << dpy << ", " << ctx << ", " << getContextAttribS…
|
/external/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |