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

1 2

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES31Header.java-if 88 public static final int GL_MAX_SAMPLE_MASK_WORDS = 0x8E59;
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 428 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
430 throw tcu::NotSupportedError("Test requires larger GL_MAX_SAMPLE_MASK_WORDS");
572 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
574 throw tcu::NotSupportedError("Test requires larger GL_MAX_SAMPLE_MASK_WORDS");
737 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
739 throw tcu::NotSupportedError("Test requires larger GL_MAX_SAMPLE_MASK_WORDS");
    [all...]
es31fIndexedStateQueryTests.cpp 101 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &m_maxSampleMaskWords);
106 throw tcu::TestError("Minimum value of GL_MAX_SAMPLE_MASK_WORDS is 1. Got " + de::toString(m_maxSampleMaskWords));
108 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWords << tcu::TestLog::EndMessage;
    [all...]
es31fIntegerStateQueryTests.cpp 799 FOR_EACH_VERIFIER(new MinimumValueCase(m_context, (std::string() + "max_sample_mask_words_" + verifierSuffix).c_str(), "Test MAX_SAMPLE_MASK_WORDS", GL_MAX_SAMPLE_MASK_WORDS, 1, verifier))
    [all...]
es31fTextureMultisampleTests.cpp 617 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
619 throw tcu::NotSupportedError("Test requires larger GL_MAX_SAMPLE_MASK_WORDS");
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31.java 88 public static final int GL_MAX_SAMPLE_MASK_WORDS = 0x8E59;
    [all...]
  /external/deqp/framework/opengl/
gluStateReset.cpp 133 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &numSampleMaskWords);
712 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &numSampleMaskWords);
    [all...]
gluStrUtil.inl     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl31.h     [all...]
  /device/generic/goldfish-opengl/system/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...]

Completed in 170 milliseconds

1 2