HomeSort by relevance Sort by last modified time
    Searched refs:GL_VERSION (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/libs/hwui/
Extensions.cpp 75 const char* version = (const char*) glGetString(GL_VERSION);
129 ALOGD("%s", (const char*) glGetString(GL_VERSION));
  /cts/tests/src/android/opengl/cts/
OpenGlEsVersionStubActivity.java 81 mVersionString = gl.glGetString(GL10.GL_VERSION);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 227 StrMode = GL_VERSION;
229 case GL_VERSION:
337 case GL_VERSION:
340 DrawStr(glGetString(GL_VERSION));
387 StrMode = GL_VERSION;
445 glutAddMenuEntry("GL_VERSION", 3);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 227 StrMode = GL_VERSION;
229 case GL_VERSION:
337 case GL_VERSION:
340 DrawStr(glGetString(GL_VERSION));
387 StrMode = GL_VERSION;
445 glutAddMenuEntry("GL_VERSION", 3);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 227 StrMode = GL_VERSION;
229 case GL_VERSION:
337 case GL_VERSION:
340 DrawStr(glGetString(GL_VERSION));
387 StrMode = GL_VERSION;
445 glutAddMenuEntry("GL_VERSION", 3);
  /external/chromium_org/ppapi/tests/
test_graphics_3d.cc 114 ASSERT_NE(glGetString(GL_VERSION), NULL);
179 ASSERT_EQ(NULL, opengl_es2_->GetString(kBadResource, GL_VERSION));
189 ASSERT_EQ(NULL, glGetString(GL_VERSION));
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCreateContext_test.cpp 36 const char* s = (const char*)glGetString(GL_VERSION);
  /external/chromium_org/gpu/command_buffer/tests/
gl_unittests.cc 98 reinterpret_cast<const char*>(glGetString(GL_VERSION)));
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 257 printGlString("Version", GL_VERSION);
262 const char* versionStr = (const char*)glGetString(GL_VERSION);
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 125 printGLString("Version", GL_VERSION);
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 101 gpu_info->gl_version_string = GetGLString(GL_VERSION);
123 gpu_info->gl_version = GetVersionFromString(gpu_info->gl_version_string);
138 basic_gpu_info->gl_version = context_gpu_info.gl_version;
gpu_info_collector_unittest.cc 36 const char* gl_version = "3.1"; local
50 const char* gl_version = "2.1"; local
64 const char* gl_version = "3.2"; local
79 test_values_.gl_version = gl_version;
92 EXPECT_CALL(*gl_, GetString(GL_VERSION))
153 EXPECT_EQ(test_values_.gl_version,
154 gpu_info.gl_version);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglContext.java 82 String version = GL11.glGetString(GL11.GL_VERSION);
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 105 printGLString("Version", GL_VERSION);
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 105 printGLString("Version", GL_VERSION);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 33 (const char*)dispatcher().glGetString(GL_VERSION),
  /external/chromium_org/third_party/mesa/src/src/glx/
single2.c 666 case GL_VERSION:
703 case GL_VERSION:{
780 (void *) glGetString(GL_VERSION);
  /external/mesa3d/src/glx/
single2.c 666 case GL_VERSION:
703 case GL_VERSION:{
780 (void *) glGetString(GL_VERSION);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
getstring.c 126 case GL_VERSION:
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 37 const char* versionString = (const char*) getString(GL_VERSION);
  /external/mesa3d/src/mesa/main/
getstring.c 126 case GL_VERSION:
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 104 String version = gl.glGetString(GL10.GL_VERSION);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 37 const char* versionString = (const char*) getString(GL_VERSION);
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 85 printGLString("Version", GL_VERSION);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 79 glGetString(GL_VERSION),
143 ALOGW("Unable to parse GL_VERSION string: \"%s\"", str);

Completed in 3288 milliseconds

1 2 3 4 5 6 7 8