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

1 2 3 4 5 6 7 8 9

  /external/deqp/framework/opengl/
gluQueryUtil.inl 14 case GL_COLOR_WRITEMASK: return 4;
29 case GL_COLOR_WRITEMASK: return 4;
gluStrUtil.inl 82 case GL_COLOR_WRITEMASK: return "GL_COLOR_WRITEMASK";
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11Header.java-if 50 public static final int GL_COLOR_WRITEMASK = 0x0C23;
common.cpp 259 case GL_COLOR_WRITEMASK:
292 case GL_COLOR_WRITEMASK:
GLES20Header.java-if 121 public static final int GL_COLOR_WRITEMASK = 0x0C23;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 318 case GL_COLOR_WRITEMASK:
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 491 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, true, true, true, true);
520 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, testMasks[ndx].r==GL_TRUE, testMasks[ndx].g==GL_TRUE, testMasks[ndx].b==GL_TRUE, testMasks[ndx].a==GL_TRUE);
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 285 case GL_COLOR_WRITEMASK:
318 case GL_COLOR_WRITEMASK:
android_opengl_GLES31Ext.cpp 284 case GL_COLOR_WRITEMASK:
317 case GL_COLOR_WRITEMASK:
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 50 public static final int GL_COLOR_WRITEMASK = 0x0C23;
GLES20.java 121 public static final int GL_COLOR_WRITEMASK = 0x0C23;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 48 int GL_COLOR_WRITEMASK = 0x0C23;
  /external/deqp/modules/gles31/functional/
es31fIndexedStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 535 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, true, true, true, true);
564 m_verifier->verifyBoolean4(m_testCtx, GL_COLOR_WRITEMASK, testMasks[ndx].r==GL_TRUE, testMasks[ndx].g==GL_TRUE, testMasks[ndx].b==GL_TRUE, testMasks[ndx].a==GL_TRUE);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 122 public static final int GL_COLOR_WRITEMASK = 0x0C23;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 171 #define GL_COLOR_WRITEMASK 0x0C23
  /development/ndk/platforms/android-4/include/GLES/
gl.h 234 #define GL_COLOR_WRITEMASK 0x0C23
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 196 #define GL_COLOR_WRITEMASK 0x0C23
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 234 #define GL_COLOR_WRITEMASK 0x0C23
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 171 #define GL_COLOR_WRITEMASK 0x0C23
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 327 #define GL_COLOR_WRITEMASK 0x0C23
  /external/mesa3d/include/GLES/
gl.h 234 #define GL_COLOR_WRITEMASK 0x0C23
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 196 #define GL_COLOR_WRITEMASK 0x0C23
  /frameworks/native/opengl/include/GLES/
gl.h 234 #define GL_COLOR_WRITEMASK 0x0C23
    [all...]

Completed in 212 milliseconds

1 2 3 4 5 6 7 8 9