Home
last modified time | relevance | path

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

/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
Deglentrypoint.h57 EGL_ENTRYPOINT(eglQueryContext)
Deglapi.c852 eglQueryContext(EGLDisplay dpy, EGLContext ctx, in eglQueryContext() function
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def25 eglQueryContext @29
DlibEGL.lds35 eglQueryContext;
DlibEGL.hpp56 EGLBoolean (*eglQueryContext)(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); member in LibEGLexports
Dmain.cpp530 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGL… in eglQueryContext() function
691 this->eglQueryContext = egl::QueryContext; in LibEGLexports()
DlibEGL.cpp1507 FUNCTION(eglQueryContext), in GetProcAddress()
/external/mesa3d/src/egl/
Degl-symbols-check44 eglQueryContext
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp1017 expectFalse(eglQueryContext(EGL_NO_DISPLAY, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1020 expectFalse(eglQueryContext((EGLDisplay)-1, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1027 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1030 expectFalse(eglQueryContext(display, DE_NULL, EGL_CONFIG_ID, &value)); in init()
1053 expectFalse(eglQueryContext(display, context, 0, &value)); in init()
1055 expectFalse(eglQueryContext(display, context, -1, &value)); in init()
1057 expectFalse(eglQueryContext(display, context, EGL_RED_SIZE, &value)); in init()
DteglGetProcAddressTests.inl31 "eglQueryContext",
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def22 eglQueryContext @19
DlibGLES_CM.lds23 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/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h308 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/external/mesa3d/include/EGL/
Degl.h138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
/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()