Searched refs:EGL_CLIENT_APIS (Results 1 – 13 of 13) sorted by relevance
/external/libkmsxx/kmscube/ |
D | cube-egl.cpp | 57 printf("EGL_CLIENT_APIS: %s\n", eglQueryString(m_display, EGL_CLIENT_APIS)); in EglState()
|
/external/deqp/modules/egl/ |
D | teglInfoTests.cpp | 176 …addChild(new QueryStringCase(m_eglTestCtx, "client_apis", "Supported client APIs", EGL_CLIENT_APIS… in init()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 165 #define EGL_CLIENT_APIS 0x308D macro
|
/external/mesa3d/include/EGL/ |
D | egl.h | 179 #define EGL_CLIENT_APIS 0x308D macro
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 127 SkDebugf("APIS: %s\n", eglQueryString(fDisplay, EGL_CLIENT_APIS)); in EGLGLTestContext()
|
/external/swiftshader/include/EGL/ |
D | egl.h | 179 #define EGL_CLIENT_APIS 0x308D macro
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 127 SkDebugf("APIS: %s\n", eglQueryString(fDisplay, EGL_CLIENT_APIS)); in EGLGLTestContext()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnumsC.inl | 137 #define EGL_CLIENT_APIS 0x308D macro
|
D | eglwEnums.inl | 137 #define EGL_CLIENT_APIS 0x308D macro
|
/external/deqp/framework/egl/ |
D | egluUtil.cpp | 470 return parseClientAPIs(egl.queryString(display, EGL_CLIENT_APIS)); in getClientAPIs()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 436 …VRShellOutputDebug(" Client APIs: %s\n" , (char*) eglQueryString(m_EGLDisplay, EGL_CLIENT_APIS)); in OutputAPIInfo()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 229 case EGL_CLIENT_APIS: in QueryString()
|
/external/mesa3d/src/egl/main/ |
D | eglapi.c | 684 case EGL_CLIENT_APIS: in eglQueryString()
|