HomeSort by relevance Sort by last modified time
    Searched refs:GetGLVersion (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/gl/
gl_context_stub_with_extensions.cc 26 std::string GLContextStubWithExtensions::GetGLVersion() {
gl_context_stub_with_extensions.h 24 virtual std::string GetGLVersion() OVERRIDE;
gl_context.cc 95 std::string GLContext::GetGLVersion() {
121 std::string version = GetGLVersion();
gl_context.h 133 virtual std::string GetGLVersion();
gl_gl_api_implementation.cc 298 g_version_info = new GLVersionInfo(context->GetGLVersion().c_str(),
  /development/ndk/sources/android/ndk_helper/
GLContext.h 46 * getGLVersion() returns 3.0~ when the device supports OpenGLES3.0
116 float GetGLVersion()
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 55 if( ndk_helper::GLContext::GetInstance()->GetGLVersion() >= 3.0 )

Completed in 133 milliseconds