Home
last modified time | relevance | path

Searched refs:GL_EXTENSIONS (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fStringQueryTests.cpp158 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 Des3fImplementationLimitTests.cpp328 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 Des3fPixelBufferObjectTests.cpp166 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 Des3fShaderFragDataTests.cpp73 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 DFunctionsGL.cpp56 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 Degl_context.cpp37 driverinfo << "GL Extensions: " << glGetString(GL_EXTENSIONS) << "\n"; in create_direct_context()
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp203 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 DgluRenderContext.cpp196 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 DOpenGLFunctions.cpp39 const char* extensionName = reinterpret_cast<const char*>(GetStringi(GL_EXTENSIONS, i)); in InitializeSupportedGLExtensions()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fStringQueryTests.cpp131 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
/third_party/mesa3d/src/mesa/main/
H A Dgetstring.c156 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 DSimpleInstancing.cpp38 char *extensionString = (char *)glGetString(GL_EXTENSIONS);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRendererTest.cpp37 std::cout << "Extensions: " << glGetString(GL_EXTENSIONS) << std::endl; in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_platform.cpp118 return CheckExtensionExists(reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)), in IsGLExtensionEnabled()
/third_party/skia/third_party/externals/angle2/samples/multiple_draw_buffers/
H A DMultipleDrawBuffers.cpp35 char *extensionString = (char *)glGetString(GL_EXTENSIONS);
/third_party/glfw/src/
H A Dcontext.c715 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 DSampleApplication.cpp73 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 DEGLRobustnessTest.cpp114 const char *extensionString = reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS)); in createContext()
/third_party/mesa3d/src/glx/
H A Dsingle2.c668 case GL_EXTENSIONS: in __indirect_glGetString()
743 case GL_EXTENSIONS:{ in __indirect_glGetString()
H A Dindirect_glx.c184 __indirect_glGetString(GL_EXTENSIONS); in indirect_bind_context()
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp477 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 Dwindowsgl.c373 r->gl_extensions = strdup(proc(GL_EXTENSIONS)); in windows_extensions_test()
/third_party/skia/third_party/externals/angle2/samples/multiview/
H A DMultiview.cpp69 const char *allExtensions = reinterpret_cast<const char *>(glGetString(GL_EXTENSIONS));
/third_party/glfw/tests/
H A Dglfwinfo.c235 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 Dgles2.h235 #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()

Completed in 20 milliseconds

1234