/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fStringQueryTests.cpp | 158 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init() 162 // GL_EXTENSIONS has been deprecated on desktop GL in init() 198 // all in glGetStringi(GL_EXTENSIONS) in must be in glGetString in init() 202 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i)); in init() 206 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension " << extension << " found with GetStringi was not found in glGetString(GL_EXTENSIONS)" << TestLog::EndMessage; in init() 212 // only elements in glGetStringi(GL_EXTENSIONS) can be in glGetString in init() 216 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i)); in init() 226 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension \"" << extensions[ndx] << "\" found with GetString was not found with GetStringi(GL_EXTENSIONS, ind)" << TestLog::EndMessage; in init()
|
H A D | es3fImplementationLimitTests.cpp | 328 const string extensionStr = (const char*)gl.getString(GL_EXTENSIONS); in queryExtensionsNonIndexed() 357 extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, (GLuint)ndx); in queryExtensionsIndexed() 359 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS) failed"); in queryExtensionsIndexed() 384 : TestCase(context, "extensions", "GL_EXTENSIONS") in ExtensionQueryCase() 395 m_testCtx.getLog() << TestLog::Message << "Extensions as reported by glGetStringi(GL_EXTENSIONS):" << TestLog::EndMessage; in iterate() 401 m_testCtx.getLog() << TestLog::Message << "Extensions as reported by glGetString(GL_EXTENSIONS):" << TestLog::EndMessage; in iterate() 464 addChild(new ExtensionQueryCase(m_context)); // GL_EXTENSIONS + consistency validation in init()
|
H A D | es3fPixelBufferObjectTests.cpp | 166 std::istringstream extensions(std::string((const char*)glGetString(GL_EXTENSIONS))); in init() 187 std::istringstream extensions(std::string((const char*)glGetString(GL_EXTENSIONS))); in init()
|
H A D | es3fShaderFragDataTests.cpp | 73 const char* curExt = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in isExtensionSupported()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | FunctionsGL.cpp | 56 result.push_back(reinterpret_cast<const char *>(getStringIFunction(GL_EXTENSIONS, i))); in GetIndexedExtensions() 117 const char *exts = reinterpret_cast<const char *>(getString(GL_EXTENSIONS)); in initialize()
|
/third_party/skia/tools/fiddle/ |
H A D | egl_context.cpp | 37 driverinfo << "GL Extensions: " << glGetString(GL_EXTENSIONS) << "\n"; in create_direct_context()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluContextInfo.cpp | 203 const char* result = (const char*)gl.getString(GL_EXTENSIONS); in ContextInfo() 204 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString(GL_EXTENSIONS) failed"); in ContextInfo() 217 m_extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in ContextInfo() 218 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS, ndx) failed"); in ContextInfo()
|
H A D | gluRenderContext.cpp | 196 const char* extStr = (const char*)gl.getString(GL_EXTENSIONS); in getExtensions() 197 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString(GL_EXTENSIONS)"); in getExtensions() 202 throw tcu::TestError("glGetString(GL_EXTENSIONS) returned null pointer", DE_NULL, __FILE__, __LINE__); in getExtensions() 220 const char* const ext = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in getExtensions() 221 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS)"); in getExtensions() 226 throw tcu::TestError("glGetStringi(GL_EXTENSIONS) returned null pointer", DE_NULL, __FILE__, __LINE__); in getExtensions()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | OpenGLFunctions.cpp | 39 const char* extensionName = reinterpret_cast<const char*>(GetStringi(GL_EXTENSIONS, i)); in InitializeSupportedGLExtensions()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fStringQueryTests.cpp | 131 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | getstring.c | 156 case GL_EXTENSIONS: in _mesa_GetString() 158 _mesa_error(ctx, GL_INVALID_ENUM, "glGetString(GL_EXTENSIONS)"); in _mesa_GetString() 198 case GL_EXTENSIONS: in _mesa_GetStringi()
|
/third_party/skia/third_party/externals/angle2/samples/simple_instancing/ |
H A D | SimpleInstancing.cpp | 38 char *extensionString = (char *)glGetString(GL_EXTENSIONS);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RendererTest.cpp | 37 std::cout << "Extensions: " << glGetString(GL_EXTENSIONS) << std::endl; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_platform.cpp | 118 return CheckExtensionExists(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)), in IsGLExtensionEnabled()
|
/third_party/skia/third_party/externals/angle2/samples/multiple_draw_buffers/ |
H A D | MultipleDrawBuffers.cpp | 35 char *extensionString = (char *)glGetString(GL_EXTENSIONS);
|
/third_party/glfw/src/ |
H A D | context.c | 715 window->context.GetStringi(GL_EXTENSIONS, i); in glfwExtensionSupported() 732 window->context.GetString(GL_EXTENSIONS); in glfwExtensionSupported()
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | SampleApplication.cpp | 73 return angle::CheckExtensionExists(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)), in IsGLExtensionEnabled()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLRobustnessTest.cpp | 114 const char *extensionString = reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)); in createContext()
|
/third_party/mesa3d/src/glx/ |
H A D | single2.c | 668 case GL_EXTENSIONS: in __indirect_glGetString() 743 case GL_EXTENSIONS:{ in __indirect_glGetString()
|
H A D | indirect_glx.c | 184 __indirect_glGetString(GL_EXTENSIONS); in indirect_bind_context()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 477 case GL_EXTENSIONS: return (const glw::GLubyte*)ctx->extensions.c_str(); in glGetString() 488 if (name == GL_EXTENSIONS) in glGetStringi()
|
/third_party/mesa3d/src/glx/windows/ |
H A D | windowsgl.c | 373 r->gl_extensions = strdup(proc(GL_EXTENSIONS)); in windows_extensions_test()
|
/third_party/skia/third_party/externals/angle2/samples/multiview/ |
H A D | Multiview.cpp | 69 const char *allExtensions = reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS));
|
/third_party/glfw/tests/ |
H A D | glfwinfo.c | 235 printf(" %s\n", (const char*) glGetStringi(GL_EXTENSIONS, i)); in list_context_extensions() 239 const GLubyte* extensions = glGetString(GL_EXTENSIONS); in list_context_extensions()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 235 #define GL_EXTENSIONS 0x1F03 macro 1650 *out_exts = (const char *)glad_glGetString(GL_EXTENSIONS); in glad_gl_get_extensions() 1667 const char *gl_str_tmp = (const char*) glad_glGetStringi(GL_EXTENSIONS, index); in glad_gl_get_extensions()
|