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

1 2 3 4 5 6 7 8 9

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11Header.java-if 50 public static final int GL_COLOR_WRITEMASK = 0x0C23;
common.cpp 149 case GL_COLOR_WRITEMASK:
182 case GL_COLOR_WRITEMASK:
GLES20Header.java-if 121 public static final int GL_COLOR_WRITEMASK = 0x0C23;
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 171 case GL_COLOR_WRITEMASK:
204 case GL_COLOR_WRITEMASK:
android_opengl_GLES31Ext.cpp 170 case GL_COLOR_WRITEMASK:
203 case GL_COLOR_WRITEMASK:
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 314 case GL_COLOR_WRITEMASK:
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 314 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);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 148 GL_COLOR_WRITEMASK,
context_state_impl_autogen.h 461 case GL_COLOR_WRITEMASK:
802 case GL_COLOR_WRITEMASK:
    [all...]
gles2_cmd_decoder_unittest_drawing.cc 160 EXPECT_CALL(*gl_, GetIntegerv(GL_COLOR_WRITEMASK, result->GetData()))
164 cmd2.Init(GL_COLOR_WRITEMASK, shared_memory_id_, shared_memory_offset_);
167 decoder_->GetGLES2Util()->GLGetNumValuesReturned(GL_COLOR_WRITEMASK),
    [all...]
gles2_cmd_decoder_unittest.cc 391 pnames[1] = GL_COLOR_WRITEMASK;
432 pnames[1] = GL_COLOR_WRITEMASK;
    [all...]
  /external/deqp/framework/opengl/
gluStrUtil.inl 80 case GL_COLOR_WRITEMASK: return "GL_COLOR_WRITEMASK";
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 50 public static final int GL_COLOR_WRITEMASK = 0x0C23;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 48 int GL_COLOR_WRITEMASK = 0x0C23;
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 217 glGetBooleanv(GL_COLOR_WRITEMASK, color_mask_);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 63 case GL_COLOR_WRITEMASK:
gles2_cmd_utils_implementation_autogen.h     [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/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc 396 glGetBooleanv(GL_COLOR_WRITEMASK, bool_array);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /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
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 196 #define GL_COLOR_WRITEMASK 0x0C23
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 172 #define GL_COLOR_WRITEMASK 0x0C23

Completed in 459 milliseconds

1 2 3 4 5 6 7 8 9