Home
last modified time | relevance | path

Searched defs:hasImage (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp476 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate() local
556 const bool hasImage = (descType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in iterate() local
DvktSpvAsmGraphicsShaderTestUtil.cpp2921 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline() local
3112 const bool hasImage = (resource.getDescriptorType() == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) || in runAndVerifyDefaultPipeline() local
/external/skqp/src/core/
DSkStrike.cpp422 bool SkStrike::hasImage(const SkGlyph& glyph) { in hasImage() function in SkStrike
DSkStrikeCache.cpp39 bool hasImage(const SkGlyph& glyph) override { in hasImage() function in SkStrikeCache::Node
DSkRemoteGlyphCache.cpp544 bool SkStrikeServer::SkGlyphCacheState::hasImage(const SkGlyph& glyph) { in hasImage() function in SkStrikeServer::SkGlyphCacheState
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java2825 public boolean hasImage() { in hasImage() method
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp7988 bool hasImage; member