/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/swiftshader/src/OpenGL/libEGL/ |
D | exports.map | 25 eglQueryContext;
|
D | libEGL.def | 25 eglQueryContext @29
|
D | libEGL.hpp | 56 EGLBoolean (*eglQueryContext)(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); member in LibEGLexports
|
D | main.cpp | 510 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGL… in eglQueryContext() function 616 this->eglQueryContext = egl::QueryContext; in LibEGLexports()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 993 expectFalse(eglQueryContext(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init() 996 expectFalse(eglQueryContext((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init() 1003 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init() 1006 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init() 1029 expectFalse(eglQueryContext(display, context, 0, &value)); in init() 1031 expectFalse(eglQueryContext(display, context, -1, &value)); in init() 1033 expectFalse(eglQueryContext(display, context, EGL_RED_SIZE, &value)); in init()
|
D | teglGetProcAddressTests.inl | 31 "eglQueryContext",
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 22 eglQueryContext @19
|
D | exports.map | 23 eglQueryContext;
|
D | main.cpp | 481 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGL… in eglQueryContext() function 483 return libEGL->eglQueryContext(dpy, ctx, attribute, value); in eglQueryContext()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 308 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|
/external/swiftshader/include/EGL/ |
D | egl.h | 138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 47 eglw::EGLBoolean eglQueryContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGL…
|
D | egluCallLogWrapper.inl | 426 eglw::EGLBoolean CallLogWrapper::eglQueryContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw:… function in CallLogWrapper 429 …m_log << TestLog::Message << "eglQueryContext(" << dpy << ", " << ctx << ", " << getContextAttribS…
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 419 if(eglQueryContext(m_EGLDisplay, m_EGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &i32Values[0])) in OutputAPIInfo()
|
/external/robolectric/v1/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/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |