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

1 2 3

  /external/deqp/modules/gles31/functional/
es31fBooleanStateQueryTests.cpp 146 { "sample_mask", "SAMPLE_MASK", GL_SAMPLE_MASK, false, glu::ApiType::es(3, 1)},
es31fMultisampleTests.cpp 450 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK disabled" << TestLog::EndMessage;
454 log << TestLog::Image("RenderedImageNoSampleMask", "Rendered image with GL_SAMPLE_MASK disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
460 gl.enable(GL_SAMPLE_MASK);
461 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)");
463 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using non-inverted sample masks" << TestLog::EndMessage;
465 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using inverted sample masks" << TestLog::EndMessage;
470 log << TestLog::Image("RenderedImageSampleMask", "Rendered image with GL_SAMPLE_MASK enabled", renderedImgSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
474 "Comparison of same pattern with GL_SAMPLE_MASK disabled and enabled",
573 gl.enable(GL_SAMPLE_MASK);
574 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnable(GL_SAMPLE_MASK)");
    [all...]
es31fSampleVariableTests.cpp     [all...]
es31fTextureMultisampleTests.cpp 867 gl.enable(GL_SAMPLE_MASK);
881 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 486 case GL_SAMPLE_MASK: return "GL_SAMPLE_MASK";
    [all...]
gluStateReset.cpp 135 gl.disable(GL_SAMPLE_MASK);
721 gl.disable(GL_SAMPLE_MASK);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31.java 86 public static final int GL_SAMPLE_MASK = 0x8E51;
    [all...]
  /external/mesa3d/src/mesa/main/
enable.c     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 306 { GL_SAMPLE_MASK, CONTEXT_BOOL(Multisample.SampleMask), extra_ARB_texture_multisample },
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 779 _mesa_set_enable(ctx, GL_SAMPLE_MASK, GL_FALSE);
    [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl31.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/GLES3/
gl31.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/GLES3/
gl31.h     [all...]

Completed in 1228 milliseconds

1 2 3