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

12

/frameworks/base/libs/hwui/
H A DExtensions.cpp37 const char* version = (const char*)glGetString(GL_VERSION);
/frameworks/base/libs/hwui/debug/
H A DNullGlesDriver.cpp156 case GL_VERSION:
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp110 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp110 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp90 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/gl_yuvtex/
H A Dgl_yuvtex.cpp295 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp382 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp450 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp405 printGLString("Version", GL_VERSION);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp270 printGLString("Version", GL_VERSION);
/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/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp110 glGetString(GL_VERSION), glGetString(GL_EXTENSIONS));
313 ALOGW("Unable to parse GL_VERSION string: \"%s\"", str);
/frameworks/rs/driver/
H A DrsdGL.cpp340 dc->gl.gl.version = glGetString(GL_VERSION);
/frameworks/native/opengl/include/GLES/
H A Dgl.h305 #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.h256 #define GL_VERSION 0x1F02 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h256 #define GL_VERSION 0x1F02 macro
H A Dgl31.h258 #define GL_VERSION 0x1F02 macro

Completed in 660 milliseconds

12