HomeSort by relevance Sort by last modified time
    Searched defs:maxSampleMaskWords (Results 1 - 10 of 10) sorted by null

  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 421 GLint maxSampleMaskWords = 0;
422 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
423 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
565 GLint maxSampleMaskWords = 0;
566 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
567 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
730 GLint maxSampleMaskWords = 0;
731 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
732 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
891 GLint maxSampleMaskWords = 0
    [all...]
es31fTextureMultisampleTests.cpp 622 glw::GLint maxSampleMaskWords = 0;
629 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
630 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords)
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 1184 milliseconds