Searched refs:GL_VERSION (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DExtensions.cpp34 const char* version = (const char*) glGetString(GL_VERSION);
/frameworks/base/libs/hwui/debug/
H A DNullGlesDriver.cpp154 case GL_VERSION:
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp105 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp105 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp85 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if258 public static final int GL_VERSION = 0x1F02;
H A DGLES20Header.java-if200 public static final int GL_VERSION = 0x1F02;
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp397 glStr += (char*) glGetString(GL_VERSION);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp345 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp272 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp296 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp451 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp406 printGLString("Version", GL_VERSION);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp119 glGetString(GL_VERSION),
186 ALOGW("Unable to parse GL_VERSION string: \"%s\"", str);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java258 public static final int GL_VERSION = 0x1F02; field in class:GLES10
H A DGLES20.java200 public static final int GL_VERSION = 0x1F02; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java256 int GL_VERSION = 0x1F02; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp348 case GL_VERSION: return (const GLubyte*)gVersionString;
/frameworks/rs/driver/
H A DrsdGL.cpp340 dc->gl.gl.version = glGetString(GL_VERSION);
/frameworks/native/opengl/include/GLES/
H A Dgl.h403 #define GL_VERSION 0x1F02 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h360 #define GL_VERSION 0x1F02 macro
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp131 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h258 #define GL_VERSION 0x1F02 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h258 #define GL_VERSION 0x1F02 macro
H A Dgl31.h258 #define GL_VERSION 0x1F02 macro

Completed in 149 milliseconds

12