Home
last modified time | relevance | path

Searched refs:getFormatName (Results 1 – 25 of 44) sorted by relevance

12

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DImageUtil.java57 Iterator<ImageWriter> iter = ImageIO.getImageWritersByFormatName(getFormatName(format)); in writeToStream()
85 private static String getFormatName(CompressFormat compressFormat) { in getFormatName() method in ImageUtil
/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp333 …basicGroup->addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", dep… in init()
342 …depthClampGroup->addChild(new DepthWriteClampCase(m_context, getFormatName(depthFormats[fmtNdx]), … in init()
351 …depthClampGroup->addChild(new DepthTestClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "… in init()
Des3fFboColorbufferTests.cpp1083 …clearGroup->addChild(new FboColorClearCase(m_context, getFormatName(colorFormats[ndx]), "", colorF… in init()
1092 …tex2DGroup->addChild(new FboColorMultiTex2DCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init()
1103 … texCubeGroup->addChild(new FboColorTexCubeCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init()
1113 …tex2DArrayGroup->addChild(new FboColorTex2DArrayCase(m_context, getFormatName(colorFormats[fmtNdx]… in init()
1123 tex3DGroup->addChild(new FboColorTex3DCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init()
1137 string fmtName = getFormatName(format); in init()
1162 …tex2DGroup->addChild(new FboRepeatedClearSampleTex2DCase(m_context, getFormatName(colorFormats[fmt… in init()
1177 …tex2DGroup->addChild(new FboRepeatedClearBlitTex2DCase(m_context, getFormatName(colorFormats[fmtNd… in init()
1187 … rboGroup->addChild(new FboRepeatedClearBlitRboCase(m_context, getFormatName(colorFormats[fmtNdx]), in init()
Des3fFramebufferBlitTests.cpp1033 string name = string(getFormatName(srcFormat)) + "_to_" + getFormatName(dstFormat); in init()
1049 string fmtName = getFormatName(format); in init()
1093 …defaultFbGroup->addChild(new BlitDefaultFramebufferCase(m_context, getFormatName(format), "", form… in init()
1103 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init()
1104 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init()
1109 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init()
1110 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init()
Des3fFboStencilbufferTests.cpp265 …basicGroup->addChild(new BasicFboStencilCase(m_context, getFormatName(format), "", format, IVec2(1… in init()
268 …basicGroup->addChild(new BasicFboStencilCase(m_context, (string(getFormatName(format)) + "_depth")… in init()
Des3fFragmentOutputTests.cpp66 using FboTestUtil::getFormatName;
1165 string fmtName = getFormatName(format); in init()
1188 string fmtName = getFormatName(format); in init()
1211 string fmtName = getFormatName(format); in init()
1234 string fmtName = getFormatName(format); in init()
1268 string fmtName = getFormatName(format); in init()
1292 string fmtName = getFormatName(format); in init()
1316 string fmtName = getFormatName(format); in init()
1340 string fmtName = getFormatName(format); in init()
Des3fFboMultisampleTests.cpp402 …sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNd… in init()
406 …sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(depthStencilFormat… in init()
Des3fFboTestUtil.hpp217 const char* getFormatName (deUint32 format);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp94 supportedFormatsMsg << vk::getFormatName(format); in testSupportsAtLeastOneDepthStencilFormat()
317 …throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_d… in DepthTestInstance()
698 const std::string fullName = getFormatName(format); in getFormatCaseName()
874 … (std::string("Uses format ") + getFormatName(depthFormats[formatNdx])).c_str())); in createDepthTests()
DvktPipelineStencilTests.cpp355 …throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_s… in StencilTestInstance()
797 const std::string fullName = getFormatName(format); in getFormatCaseName()
825 (std::string("Uses format ") + getFormatName(stencilFormat)).c_str())); in createStencilTests()
DvktPipelineBlendTests.cpp315 …throw tcu::NotSupportedError(std::string("Unsupported color blending format: ") + getFormatName(m_… in BlendTestInstance()
947 const std::string fullName = getFormatName(format); in getFormatCaseName()
1009 (std::string("Uses format ") + getFormatName(format)).c_str())); in createBlendTests()
DvktPipelineImageViewTests.cpp325 const std::string fullName = getFormatName(format); in getFormatCaseName()
819 (std::string("Samples a texture of format ") + getFormatName(format)).c_str())); in createImageViewTests()
DvktPipelineImageTests.cpp377 const std::string fullName = getFormatName(format); in getFormatCaseName()
735 (std::string("Samples a texture of format ") + getFormatName(format)).c_str())); in createImageFormatTests()
DvktPipelineSamplerTests.cpp721 const std::string fullName = getFormatName(format); in getFormatCaseName()
1123 (std::string("Samples a texture of format ") + getFormatName(format)).c_str())); in createSamplerTests()
DvktPipelineImageSamplingInstance.cpp234 …throw tcu::NotSupportedError(std::string("Unsupported format for sampling: ") + getFormatName(imag… in ImageSamplingInstance()
243 …portedError(std::string("Unsupported format for linear filtering: ") + getFormatName(imageFormat)); in ImageSamplingInstance()
256 …ortedError(std::string("Unsupported format for min/max filtering: ") + getFormatName(imageFormat)); in ImageSamplingInstance()
DvktPipelineStencilExportTests.cpp587 …throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(ste… in checkSupport()
DvktPipelineVertexInputTests.cpp954 …SupportedError(std::string("Unsupported format for vertex input: ") + getFormatName(attributeDescr… in VertexInputInstance()
1662 const std::string formatName = getFormatName(attributeInfo.vkType); in getAttributeInfoCaseName()
1678 …lslTypeDescriptions[attributeInfo.glslType].name) << " from type " << getFormatName(attributeInfo.… in getAttributeInfoDescription()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp425 const std::string formatName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests()
428 const std::string testName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests()
DvktApiGranularityTests.cpp462 std::string name = de::toLower(getFormatName(format)).substr(10); in createGranularityQueryTests()
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.hpp127 const char* getFormatName (deUint32 format);
Des31fFboColorbufferTests.cpp327 …texCubeArrayGroup->addChild(new FboColorTexCubeArrayCase(m_context, getFormatName(colorFormats[fmt… in init()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp456 …TCU_THROW(NotSupportedError, (std::string("Unsupported format: ") + getFormatName(bufferFormat)).c… in genTexelBufferShaderAccess()
706 + getFormatName(m_bufferFormat)).c_str()); in BufferAccessInstance()
1459 const std::string formatName = getFormatName(bufferFormat); in addBufferAccessTests()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp261 static const char* getFormatName (GLenum format);
264 const char* FboConfig::getFormatName (GLenum format) in getFormatName() function in deqp::gles2::Functional::FboConfig
297 name += getFormatName(colorbufferFormat); in getName()
305 name += getFormatName(depthbufferFormat); in getName()
313 name += getFormatName(stencilbufferFormat); in getName()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp539 << "_" << de::toLower(getFormatName(resource.imageFormat)).substr(10); in getResourceName()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp363 …getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) <<… in iterate()

12