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

1 2

  /external/deqp/modules/gles31/functional/
es31fBooleanStateQueryTests.cpp 146 { "sample_mask", "SAMPLE_MASK", GL_SAMPLE_MASK, false, glu::ApiType::es(3, 1)},
es31fMultisampleTests.cpp 456 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK disabled" << TestLog::EndMessage;
460 log << TestLog::Image("RenderedImageNoSampleMask", "Rendered image with GL_SAMPLE_MASK disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
466 gl.enable(GL_SAMPLE_MASK);
467 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)");
469 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using non-inverted sample masks" << TestLog::EndMessage;
471 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using inverted sample masks" << TestLog::EndMessage;
476 log << TestLog::Image("RenderedImageSampleMask", "Rendered image with GL_SAMPLE_MASK enabled", renderedImgSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
480 "Comparison of same pattern with GL_SAMPLE_MASK disabled and enabled",
579 gl.enable(GL_SAMPLE_MASK);
580 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)");
    [all...]
es31fSampleVariableTests.cpp     [all...]
es31fTextureMultisampleTests.cpp 866 gl.enable(GL_SAMPLE_MASK);
880 gl.enable(GL_SAMPLE_MASK);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES31Header.java-if 86 public static final int GL_SAMPLE_MASK = 0x8E51;
  /external/deqp/framework/opengl/
gluStrUtil.inl 485 case GL_SAMPLE_MASK: return "GL_SAMPLE_MASK";
    [all...]
gluStateReset.cpp 135 gl.disable(GL_SAMPLE_MASK);
714 gl.disable(GL_SAMPLE_MASK);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31.java 86 public static final int GL_SAMPLE_MASK = 0x8E51;
    [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/GLES3/
gl31.h     [all...]

Completed in 111 milliseconds

1 2