/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 460 if (name == GL_EXTENSIONS) { in rcGetGLString() 497 if (isChecksumEnabled && name == GL_EXTENSIONS) { in rcGetGLString() 502 if (asyncSwapEnabled && name == GL_EXTENSIONS) { in rcGetGLString() 514 if (dma1Enabled && name == GL_EXTENSIONS) { in rcGetGLString() 519 if (dma2Enabled && name == GL_EXTENSIONS) { in rcGetGLString() 524 if (directMemEnabled && name == GL_EXTENSIONS) { in rcGetGLString() 529 if (hostCompositionEnabled && name == GL_EXTENSIONS) { in rcGetGLString() 534 if (hostCompositionEnabled && name == GL_EXTENSIONS) { in rcGetGLString() 539 if (vulkanEnabled && name == GL_EXTENSIONS) { in rcGetGLString() 544 if (deferredVulkanCommandsEnabled && name == GL_EXTENSIONS) { in rcGetGLString() [all …]
|
/hardware/google/gfxstream/guest/GLESv1/ |
D | gl.cpp | 153 case GL_EXTENSIONS: in my_glGetString()
|
/hardware/google/gfxstream/guest/GLESv2/ |
D | gl2.cpp | 159 case GL_EXTENSIONS: in my_glGetString()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 296 const auto extensionString = (const char*)mGl->glGetString(GL_EXTENSIONS); in TEST_P() 303 const auto extensionString = (const char*)mGl->glGetString(GL_EXTENSIONS); in TEST_P() 310 const auto extensionString = (const char*)mGl->glGetString(GL_EXTENSIONS); in TEST_P() 322 const std::string extensionsString = (const char*)mGl->glGetString(GL_EXTENSIONS); in TEST_P()
|
/hardware/google/gfxstream/common/detector/ |
D | Gles.cpp | 87 const std::string glesExtensionsStr = reinterpret_cast<const char*>(glGetString(GL_EXTENSIONS)); in Init()
|
D | GraphicsDetectorGl.cpp | 91 const GLubyte* gles_extensions = gles.glGetString(GL_EXTENSIONS); in GetGlesContextAvailability()
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotPixelOperations_unittest.cpp | 346 const std::string ext((const char*)gl->glGetString(GL_EXTENSIONS)); in TEST_P() 394 const std::string ext((const char*)gl->glGetString(GL_EXTENSIONS)); in TEST_P()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 954 #define GL_EXTENSIONS 0x1F03 in getExtStringArray() macro 959 int n = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, NULL, 0); in getExtStringArray() 962 n = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, hostStr, -n); in getExtStringArray() 1012 #define GL_EXTENSIONS 0x1F03 in getGLString() macro 1027 case GL_EXTENSIONS: in getGLString() 1042 if (glEnum == GL_EXTENSIONS) { in getGLString() 2084 const char* exts = getGLString(GL_EXTENSIONS); in eglMakeCurrent()
|
/hardware/google/gfxstream/host/gl/ |
D | EmulationGl.cpp | 125 const char* extensions = (const char*)s_gles2.glGetString(GL_EXTENSIONS); in validateGles2Context() 443 emulationGl->mGlesExtensions = (const char*)s_gles2.glGetString(GL_EXTENSIONS); in create()
|
D | TextureResize.cpp | 229 const char* exts = (const char*)s_gles2.glGetString(GL_EXTENSIONS);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 404 #define GL_EXTENSIONS 0x1F03 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 286 #define GL_EXTENSIONS 0x1F03 macro
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 404 #define GL_EXTENSIONS 0x1F03 macro
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | GLEncoder.cpp | 261 case GL_EXTENSIONS: in s_glGetString()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 257 #define GL_EXTENSIONS 0x1F03 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 238 #define GL_EXTENSIONS 0x1F03 macro
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 238 #define GL_EXTENSIONS 0x1F03 macro
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 251 #define GL_EXTENSIONS 0x1F03 macro
|
D | gl31.h | 251 #define GL_EXTENSIONS 0x1F03 macro
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 251 #define GL_EXTENSIONS 0x1F03 macro
|
D | gl31.h | 251 #define GL_EXTENSIONS 0x1F03 macro
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 256 dispatch->glGetStringi(GL_EXTENSIONS, n)); in getHostExtensionsString() 272 dispatch->glGetString(GL_EXTENSIONS)); in getHostExtensionsString()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 632 name != GL_EXTENSIONS, in s_glGetString() 645 case GL_EXTENSIONS: in s_glGetString() 4928 name != GL_EXTENSIONS, in s_glGetStringi() 4941 name == GL_EXTENSIONS && in s_glGetStringi() 4956 case GL_EXTENSIONS: in s_glGetStringi()
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 651 #define GL_EXTENSIONS 0x1F03 macro
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 238 #define GL_EXTENSIONS 0x1F03 macro
|