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

1 2 3 4 5 6 7 8

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11Header.java-if 110 public static final int GL_SAMPLE_COVERAGE_INVERT = 0x80AB;
GLES20Header.java-if 139 public static final int GL_SAMPLE_COVERAGE_INVERT = 0x80AB;
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 447 m_verifier->verifyBoolean(m_testCtx, GL_SAMPLE_COVERAGE_INVERT, false);
451 m_verifier->verifyBoolean(m_testCtx, GL_SAMPLE_COVERAGE_INVERT, true);
455 m_verifier->verifyBoolean(m_testCtx, GL_SAMPLE_COVERAGE_INVERT, false);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 187 case GL_SAMPLE_COVERAGE_INVERT:
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 187 case GL_SAMPLE_COVERAGE_INVERT:
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 121 GL_SAMPLE_COVERAGE_INVERT,
context_state_impl_autogen.h 491 case GL_SAMPLE_COVERAGE_INVERT:
816 case GL_SAMPLE_COVERAGE_INVERT:
    [all...]
  /external/deqp/framework/opengl/
gluStrUtil.inl 99 case GL_SAMPLE_COVERAGE_INVERT: return "GL_SAMPLE_COVERAGE_INVERT";
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 110 public static final int GL_SAMPLE_COVERAGE_INVERT = 0x80AB;
GLES20.java 139 public static final int GL_SAMPLE_COVERAGE_INVERT = 0x80AB;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 108 int GL_SAMPLE_COVERAGE_INVERT = 0x80AB;
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 487 m_verifier->verifyBoolean(m_testCtx, GL_SAMPLE_COVERAGE_INVERT, false);
491 m_verifier->verifyBoolean(m_testCtx, GL_SAMPLE_COVERAGE_INVERT, true);
495 m_verifier->verifyBoolean(m_testCtx, GL_SAMPLE_COVERAGE_INVERT, false);
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 231 glGetBooleanv(GL_SAMPLE_COVERAGE_INVERT, &sample_coverage_invert_);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 145 case GL_SAMPLE_COVERAGE_INVERT:
gles2_cmd_utils_implementation_autogen.h 721 0x80AB, "GL_SAMPLE_COVERAGE_INVERT",
    [all...]
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 274 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 215 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 215 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 190 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 274 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 215 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
  /external/mesa3d/include/GLES/
gl.h 274 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 215 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
  /frameworks/native/opengl/include/GLES/
gl.h 274 #define GL_SAMPLE_COVERAGE_INVERT 0x80AB
    [all...]

Completed in 129 milliseconds

1 2 3 4 5 6 7 8