Home
last modified time | relevance | path

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

12

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl28 { "eglQueryContext", (deFunctionPtr)eglQueryContext },
DeglwStaticLibrary15.inl37 { "eglQueryContext", (deFunctionPtr)eglQueryContext },
DeglwInitCore.inl37 dst->queryContext = (eglQueryContextFunc) loader->get("eglQueryContext");
DeglwApi.inl47 #define eglQueryContext eglwQueryContext macro
/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/swiftshader/src/OpenGL/libEGL/
Dexports.map25 eglQueryContext;
DlibEGL.def25 eglQueryContext @29
DlibEGL.hpp56 EGLBoolean (*eglQueryContext)(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); member in LibEGLexports
Dmain.cpp510 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/
DteglNegativeApiTests.cpp993 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()
DteglGetProcAddressTests.inl31 "eglQueryContext",
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def22 eglQueryContext @19
Dexports.map23 eglQueryContext;
Dmain.cpp481 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/
Degl.h307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h308 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/swiftshader/include/EGL/
Degl.h138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl47 eglw::EGLBoolean eglQueryContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGL…
DegluCallLogWrapper.inl426 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/
DPVRShellAPI.cpp419 if(eglQueryContext(m_EGLDisplay, m_EGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &i32Values[0])) in OutputAPIInfo()
/external/robolectric/v1/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12