/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | common.cpp | 261 case GL_VIEWPORT: in getNeededCount() 298 case GL_VIEWPORT: in getNeededCount()
|
D | GLES11Header.java-if | 145 public static final int GL_VIEWPORT = 0x0BA2;
|
D | GLES20Header.java-if | 118 public static final int GL_VIEWPORT = 0x0BA2;
|
/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 57 glGetIntegerv(GL_VIEWPORT, vp); in modBlit()
|
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 247 glGetIntegerv(GL_VIEWPORT, vp); in beforeDraw()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 10 …,GL_COLOR_WRITEMASK,GL_FOG_COLOR,GL_LIGHT_MODEL_AMBIENT,GL_SCISSOR_BOX,GL_VIEWPORT ifcheck params …
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 287 case GL_VIEWPORT: in getNeededCount() 324 case GL_VIEWPORT: in getNeededCount()
|
D | android_opengl_GLES31Ext.cpp | 286 case GL_VIEWPORT: in getNeededCount() 323 case GL_VIEWPORT: in getNeededCount()
|
D | android_opengl_GLES11.cpp | 287 case GL_VIEWPORT: in getNeededCount() 324 case GL_VIEWPORT: in getNeededCount()
|
D | android_opengl_GLES10.cpp | 287 case GL_VIEWPORT: in getNeededCount() 324 case GL_VIEWPORT: in getNeededCount()
|
D | android_opengl_GLES31.cpp | 285 case GL_VIEWPORT: in getNeededCount() 322 case GL_VIEWPORT: in getNeededCount()
|
D | com_google_android_gles_jni_GLImpl.cpp | 1512 #if defined(GL_VIEWPORT) in android_glGetIntegerv__I_3II() 1513 case GL_VIEWPORT: in android_glGetIntegerv__I_3II() 1881 #if defined(GL_VIEWPORT) in android_glGetIntegerv__ILjava_nio_IntBuffer_2() 1882 case GL_VIEWPORT: in android_glGetIntegerv__ILjava_nio_IntBuffer_2()
|
D | android_opengl_GLES11Ext.cpp | 287 case GL_VIEWPORT: in getNeededCount() 324 case GL_VIEWPORT: in getNeededCount()
|
D | android_opengl_GLES30.cpp | 287 case GL_VIEWPORT: in getNeededCount() 324 case GL_VIEWPORT: in getNeededCount()
|
D | android_opengl_GLES20.cpp | 287 case GL_VIEWPORT: in getNeededCount() 324 case GL_VIEWPORT: in getNeededCount()
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL11Header.java-if | 142 int GL_VIEWPORT = 0x0BA2;
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_context.cpp | 209 hooks->gl.glGetIntegerv(GL_VIEWPORT, viewport); in getCompressedFB()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 143 int GL_VIEWPORT = 0x0BA2; field
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 145 public static final int GL_VIEWPORT = 0x0BA2; field in GLES11
|
D | GLES20.java | 118 public static final int GL_VIEWPORT = 0x0BA2; field in GLES20
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 219 #define GL_VIEWPORT 0x0BA2 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 168 #define GL_VIEWPORT 0x0BA2 macro
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 168 #define GL_VIEWPORT 0x0BA2 macro
|
D | gl31.h | 168 #define GL_VIEWPORT 0x0BA2 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 102 GL_ENUM(0x0BA2,GL_VIEWPORT)
|