HomeSort by relevance Sort by last modified time
    Searched refs:allFeatures (Results 1 - 8 of 8) sorted by null

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FeatureUtil.java 71 Set<String> allFeatures = new HashSet<String>();
73 allFeatures.add(fi.name);
75 return allFeatures;
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
FeatureUtil.java 72 Set<String> allFeatures = new HashSet<String>();
74 allFeatures.add(fi.name);
76 return allFeatures;
  /external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp 299 const deUint32 allFeatures = ~0u;
305 createRandomCaseGroup(randomGroup, m_context, "all_per_block_buffers", "All random features, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allFeatures, 50, 11200);
306 createRandomCaseGroup(randomGroup, m_context, "all_shared_buffer", "All random features, shared buffer", UniformBlockCase::BUFFERMODE_SINGLE, allFeatures, 50, 11250);
  /external/vulkan-headers/registry/
genvk.py 82 allFeatures = allExtensions = '.*'
89 featuresPat = makeREstring(features, allFeatures)
  /external/vulkan-validation-layers/scripts/
lvl_genvk.py 73 allFeatures = allExtensions = '.*'
80 featuresPat = makeREstring(features, allFeatures)
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 708 const deUint32 allFeatures = ~FEATURE_ARRAYS_OF_ARRAYS;
725 createRandomCaseGroup(randomGroup, m_context, "all_per_block_buffers", "All random features, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allFeatures, 50, 200);
726 createRandomCaseGroup(randomGroup, m_context, "all_shared_buffer", "All random features, shared buffer", UniformBlockCase::BUFFERMODE_SINGLE, allFeatures, 50, 250);
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockTests.cpp     [all...]

Completed in 762 milliseconds