HomeSort by relevance Sort by last modified time
    Searched refs:GL_VERSION (Results 26 - 50 of 259) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 200 public static final int GL_VERSION = 0x1F02;
  /external/autotest/client/site_tests/graphics_GLAPICheck/src/
gles_APICheck.cc 248 const GLubyte* version_string = glGetString(GL_VERSION);
250 printf("ERROR: glGetString(GL_VERSION) failed\n");
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.cc 96 printGLString("Version", GL_VERSION);
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 394 glStr += (char*) glGetString(GL_VERSION);
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 340 printGLString("Version", GL_VERSION);
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 272 printGLString("Version", GL_VERSION);
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 296 printGLString("Version", GL_VERSION);
  /prebuilts/misc/windows/sdl2/test/
testgl2.c 309 SDL_Log("Version : %s\n", ctx.glGetString(GL_VERSION));
testgles2.c 516 SDL_Log("Version : %s\n", ctx.glGetString(GL_VERSION));
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 439 Log.i(TAG, "Version " + GLES20.glGetString(GLES20.GL_VERSION));
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwGraphics.java 91 String versionString = GL.glGetString(GL20.GL_VERSION);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Graphics.java 88 String versionString = gl20.glGetString(GL11.GL_VERSION);
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSGraphics.java 223 String versionString = gl20.glGetString(GL20.GL_VERSION);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGraphics.java 314 String versionString = gl20.glGetString(GL20.GL_VERSION);
  /external/mesa3d/src/glx/
indirect_glx.c 154 glGetString(GL_VERSION);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 451 printGLString("Version", GL_VERSION);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 406 printGLString("Version", GL_VERSION);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 115 glGetString(GL_VERSION),
184 ALOGW("Unable to parse GL_VERSION string: \"%s\"", str);
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 443 const char* const versionStr = (const char*)gl.getString(GL_VERSION);
721 const string version = (const char*)gl.getString(GL_VERSION);
723 log << TestLog::Message << "GL_VERSION: '" << version << "'" << TestLog::EndMessage;
    [all...]
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGraphics.java 243 String versionString = gl.glGetString(GL10.GL_VERSION);
264 Gdx.app.log(LOG_TAG, "OGL version: " + gl.glGetString(GL10.GL_VERSION));
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 191 case GL_VERSION: return (const glw::GLubyte*)context->version.c_str();
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 454 case GL_VERSION: return (const glw::GLubyte*)ctx->version.c_str();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 203 public static final int GL_VERSION = 0x1F02;
  /external/mesa3d/src/mesa/main/
debug.c 125 _mesa_debug(NULL, "Mesa GL_VERSION = %s\n",
126 (char *) _mesa_GetString(GL_VERSION));
  /frameworks/base/libs/hwui/debug/
nullgles.cpp 151 case GL_VERSION:

Completed in 816 milliseconds

12 3 4 5 6 7 8 91011