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

123

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTgles3Ext.cpp46 pszGLExtensions = glGetString(GL_EXTENSIONS);
84 extensions = glGetString(GL_EXTENSIONS);
/external/deqp/modules/gles3/functional/
H A Des3fStringQueryTests.cpp146 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS);
175 // all in glGetStringi(GL_EXTENSIONS) in must be in glGetString
179 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i));
183 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension " << extension << " found with GetStringi was not found in glGetString(GL_EXTENSIONS)" << TestLog::EndMessage;
189 // only elements in glGetStringi(GL_EXTENSIONS) can be in glGetString
193 std::string extension((const char*)glGetStringi(GL_EXTENSIONS, i));
203 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension \"" << extensions[ndx] << "\" found with GetString was not found with GetStringi(GL_EXTENSIONS, ind)" << TestLog::EndMessage;
H A Des3fImplementationLimitTests.cpp328 const string extensionStr = (const char*)gl.getString(GL_EXTENSIONS);
357 extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, (GLuint)ndx);
359 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS) failed");
384 : TestCase(context, "extensions", "GL_EXTENSIONS")
395 m_testCtx.getLog() << TestLog::Message << "Extensions as reported by glGetStringi(GL_EXTENSIONS):" << TestLog::EndMessage;
401 m_testCtx.getLog() << TestLog::Message << "Extensions as reported by glGetString(GL_EXTENSIONS):" << TestLog::EndMessage;
464 addChild(new ExtensionQueryCase(m_context)); // GL_EXTENSIONS + consistency validation
H A Des3fPixelBufferObjectTests.cpp166 std::istringstream extensions(std::string((const char*)glGetString(GL_EXTENSIONS)));
187 std::istringstream extensions(std::string((const char*)glGetString(GL_EXTENSIONS)));
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTgles2Ext.cpp69 pszGLExtensions = glGetString(GL_EXTENSIONS);
173 extensions = glGetString(GL_EXTENSIONS);
/external/deqp/framework/opengl/
H A DgluContextInfo.cpp192 const char* result = (const char*)gl.getString(GL_EXTENSIONS);
193 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString(GL_EXTENSIONS) failed");
206 m_extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, ndx);
207 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS, ndx) failed");
H A DgluRenderContext.cpp173 const char* extStr = (const char*)gl.getString(GL_EXTENSIONS);
174 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString(GL_EXTENSIONS)");
179 throw tcu::TestError("glGetString(GL_EXTENSIONS) returned null pointer", DE_NULL, __FILE__, __LINE__);
197 const char* const ext = (const char*)gl.getStringi(GL_EXTENSIONS, ndx);
198 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS)");
203 throw tcu::TestError("glGetStringi(GL_EXTENSIONS) returned null pointer", DE_NULL, __FILE__, __LINE__);
H A DgluES3PlusWrapperContext.cpp194 case GL_EXTENSIONS: return (const glw::GLubyte*)context->extensions.c_str();
208 if (name == GL_EXTENSIONS)
609 extStr[ndx] = (const char*)dst->getStringi(GL_EXTENSIONS, ndx);
H A DgluStrUtil.inl1404 case GL_EXTENSIONS: return "GL_EXTENSIONS";
/external/autotest/client/deps/glbench/src/
H A Dglx_stuff.cc47 const GLubyte *str = glGetString(GL_EXTENSIONS);
/external/deqp/modules/gles2/functional/
H A Des2fStringQueryTests.cpp131 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS);
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
H A Dgl_APICheck.cc84 const GLubyte* ext_string = glGetString(GL_EXTENSIONS);
86 printf("ERROR: glGetString(GL_EXTENSIONS) failed\n");
89 printf("GL_EXTENSIONS = %s\n", ext_string);
H A Dgles_APICheck.cc258 const GLubyte* ext_string = glGetString(GL_EXTENSIONS);
260 printf("ERROR: glGetString(GL_EXTENSIONS) failed\n");
/external/mesa3d/src/mesa/main/
H A Dgetstring.c128 case GL_EXTENSIONS:
130 _mesa_error(ctx, GL_INVALID_ENUM, "glGetString(GL_EXTENSIONS)");
175 case GL_EXTENSIONS:
H A Ddebug.c131 _mesa_debug(NULL, "Mesa GL_EXTENSIONS = %s\n",
132 (char *) _mesa_GetString(GL_EXTENSIONS));
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp337 const char* strExtensions = (const char*)glGetString(GL_EXTENSIONS);
403 m_pShell->PVRShellOutputDebug((const char*)glGetStringi(GL_EXTENSIONS,i));
408 m_pShell->PVRShellOutputDebug("%s\n", (char*) glGetString(GL_EXTENSIONS));
/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java103 String extensions = gl.glGetString(GL10.GL_EXTENSIONS);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp457 case GL_EXTENSIONS: return (const glw::GLubyte*)ctx->extensions.c_str();
468 if (name == GL_EXTENSIONS)
/external/mesa3d/src/glx/
H A Dsingle2.c670 case GL_EXTENSIONS:
747 case GL_EXTENSIONS:{
H A Dindirect_glx.c153 glGetString(GL_EXTENSIONS);
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc99 printGLString("Extensions", GL_EXTENSIONS);
/external/deqp/modules/egl/
H A DteglImageTests.cpp437 const char* glExt = (const char*)glGetString(GL_EXTENSIONS);
/external/drm_hwcomposer/
H A Dglworker.cpp521 gl_extensions = (const char *)glGetString(GL_EXTENSIONS);
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/mesa3d/include/GLES/
H A Dgl.h404 #define GL_EXTENSIONS 0x1F03 macro

Completed in 937 milliseconds

123