Home
last modified time | relevance | path

Searched refs:glGetString (Results 1 – 25 of 105) sorted by relevance

12345

/external/deqp/modules/gles2/functional/
Des2fStringQueryTests.cpp59 const GLubyte* string = glGetString(GL_RENDERER); in init()
65 const GLubyte* string = glGetString(GL_VENDOR); in init()
71 const char* string = (const char*)glGetString(GL_VERSION); in init()
100 const char* string = (const char*)glGetString(GL_SHADING_LANGUAGE_VERSION); in init()
131 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
/external/deqp/modules/gles3/functional/
Des3fStringQueryTests.cpp59 const GLubyte* string = glGetString(GL_RENDERER); in init()
65 const GLubyte* string = glGetString(GL_VENDOR); in init()
71 const char* string = (const char*)glGetString(GL_VERSION); in init()
109 const char* string = (const char*)glGetString(GL_SHADING_LANGUAGE_VERSION); in init()
146 const char* extensions_cstring = (const char*)glGetString(GL_EXTENSIONS); in init()
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()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTgles3Ext.cpp46 pszGLExtensions = glGetString(GL_EXTENSIONS); in LoadExtensions()
84 extensions = glGetString(GL_EXTENSIONS); in IsGLExtensionSupported()
/external/replicaisland/src/com/replica/replicaisland/
DGameRenderer.java103 String extensions = gl.glGetString(GL10.GL_EXTENSIONS); in onSurfaceCreated()
104 String version = gl.glGetString(GL10.GL_VERSION); in onSurfaceCreated()
105 String renderer = gl.glGetString(GL10.GL_RENDERER); in onSurfaceCreated()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.cpp69 pszGLExtensions = glGetString(GL_EXTENSIONS); in LoadExtensions()
173 extensions = glGetString(GL_EXTENSIONS); in IsGLExtensionSupported()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp337 const char* strExtensions = (const char*)glGetString(GL_EXTENSIONS); in ApiInitAPI()
382 m_pShell->PVRShellOutputDebug(" Vendor: %s\n", (char*) glGetString(GL_VENDOR)); in OutputAPIInfo()
383 m_pShell->PVRShellOutputDebug(" Renderer: %s\n", (char*) glGetString(GL_RENDERER)); in OutputAPIInfo()
384 m_pShell->PVRShellOutputDebug(" Version: %s\n", (char*) glGetString(GL_VERSION)); in OutputAPIInfo()
408 m_pShell->PVRShellOutputDebug("%s\n", (char*) glGetString(GL_EXTENSIONS)); in OutputAPIInfo()
/external/mesa3d/docs/relnotes/
D6.021 glGetString(GL_VERSION) "1.5" will be returned (as long as the
55 extensions which are part of OpenGL 1.3 then glGetString(GL_VERSION)
D6.0.126 then glGetString(GL_VERSION) will return "1.5". Otherwise, it'll
D4.0.227 of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
D4.0.329 of OpenGL 1.3 then glGetString(GL_VERSION) will return "1.3". Otherwise,
/external/mesa3d/docs/specs/
DMESA_query_renderer.spec202 format as the string that would be returned by glGetString of GL_VENDOR.
206 format as the string that would be returned by glGetString of GL_RENDERER.
349 just use glGetInteger and glGetString. However, the GL enums and
355 glGetString(GL_VENDOR) and glGetString(GL_RENDERER)?
/external/autotest/client/deps/glbench/src/
Dmain.cc119 glGetString(GL_VENDOR), glGetString(GL_RENDERER)); in main()
Dglx_stuff.cc47 const GLubyte *str = glGetString(GL_EXTENSIONS); in Init()
/external/mesa3d/src/glx/
Dglxcurrent.c261 glGetString(GL_EXTENSIONS); in MakeContextCurrent()
262 glGetString(GL_VERSION); in MakeContextCurrent()
/external/deqp/framework/egl/
DegluStaticES20Library.inl77 { "glGetString", (deFunctionPtr)glGetString },
DegluStaticES30Library.inl127 { "glGetString", (deFunctionPtr)glGetString },
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def133 glGetString = glGetString@4
/external/mesa3d/src/mapi/es1api/
DABI-check78 glGetString
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def126 glGetString = glGetString@4
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def95 glGetString @70
DlibGLES_CM.lds96 glGetString;
/external/mesa3d/src/mapi/es2api/
DABI-check133 glGetString
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def74 glGetString @72
DlibGLESv2.lds75 glGetString;

12345