Home
last modified time | relevance | path

Searched refs:EGL_CLIENT_APIS (Results 1 – 13 of 13) sorted by relevance

/external/libkmsxx/kmscube/
Dcube-egl.cpp57 printf("EGL_CLIENT_APIS: %s\n", eglQueryString(m_display, EGL_CLIENT_APIS)); in EglState()
/external/deqp/modules/egl/
DteglInfoTests.cpp176 …addChild(new QueryStringCase(m_eglTestCtx, "client_apis", "Supported client APIs", EGL_CLIENT_APIS in init()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h165 #define EGL_CLIENT_APIS 0x308D macro
/external/mesa3d/include/EGL/
Degl.h179 #define EGL_CLIENT_APIS 0x308D macro
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp127 SkDebugf("APIS: %s\n", eglQueryString(fDisplay, EGL_CLIENT_APIS)); in EGLGLTestContext()
/external/swiftshader/include/EGL/
Degl.h179 #define EGL_CLIENT_APIS 0x308D macro
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp127 SkDebugf("APIS: %s\n", eglQueryString(fDisplay, EGL_CLIENT_APIS)); in EGLGLTestContext()
/external/deqp/framework/egl/wrapper/
DeglwEnumsC.inl137 #define EGL_CLIENT_APIS 0x308D macro
DeglwEnums.inl137 #define EGL_CLIENT_APIS 0x308D macro
/external/deqp/framework/egl/
DegluUtil.cpp470 return parseClientAPIs(egl.queryString(display, EGL_CLIENT_APIS)); in getClientAPIs()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp436 …VRShellOutputDebug(" Client APIs: %s\n" , (char*) eglQueryString(m_EGLDisplay, EGL_CLIENT_APIS)); in OutputAPIInfo()
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp229 case EGL_CLIENT_APIS: in QueryString()
/external/mesa3d/src/egl/main/
Deglapi.c684 case EGL_CLIENT_APIS: in eglQueryString()