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

1 2

  /external/deqp/modules/gles3/functional/
es3fFboDepthbufferTests.cpp 333 basicGroup->addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[fmtNdx], 119, 127));
342 depthClampGroup->addChild(new DepthWriteClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[fmtNdx], 119, 127));
351 depthClampGroup->addChild(new DepthTestClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "", depthFormats[fmtNdx], 119, 127));
es3fFboMultisampleTests.cpp 309 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNdx]), "", colorFormats[fmtNdx], GL_NONE, IVec2(119, 131), samples));
313 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(depthStencilFormats[fmtNdx]), "", GL_RGBA8, depthStencilFormats[fmtNdx], IVec2(119, 131), samples));
es3fFboStencilbufferTests.cpp 265 basicGroup->addChild(new BasicFboStencilCase(m_context, getFormatName(format), "", format, IVec2(111, 132), false));
268 basicGroup->addChild(new BasicFboStencilCase(m_context, (string(getFormatName(format)) + "_depth").c_str(), "", format, IVec2(111, 132), true));
es3fFboColorbufferTests.cpp     [all...]
es3fFragmentOutputTests.cpp 42 // For getFormatName() \todo [pyry] Move to glu?
66 using FboTestUtil::getFormatName;
    [all...]
es3fFramebufferBlitTests.cpp     [all...]
es3fFboTestUtil.hpp 217 const char* getFormatName (deUint32 format);
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraDeviceReport.java 166 " = ImageFormat." + getFormatName(formats[i]) + " = " +
188 + getFormatName(formats[i]) + " are: " + sizesToString(sizes));
330 public static String getFormatName(int format) {
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.hpp 127 const char* getFormatName (deUint32 format);
es31fFboColorbufferTests.cpp 327 texCubeArrayGroup->addChild(new FboColorTexCubeArrayCase(m_context, getFormatName(colorFormats[fmtNdx]), "",
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp 92 supportedFormatsMsg << vk::getFormatName(format);
271 throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_depthFormat));
    [all...]
vktPipelineImageTests.cpp 372 const std::string fullName = getFormatName(format);
710 (std::string("Samples a texture of format ") + getFormatName(format)).c_str()));
vktPipelineBlendTests.cpp 313 throw tcu::NotSupportedError(std::string("Unsupported color blending format: ") + getFormatName(m_colorFormat));
    [all...]
vktPipelineStencilTests.cpp 358 throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_stencilFormat));
    [all...]
vktPipelineImageViewTests.cpp 325 const std::string fullName = getFormatName(format);
819 (std::string("Samples a texture of format ") + getFormatName(format)).c_str()));
vktPipelineSamplerTests.cpp 562 const std::string fullName = getFormatName(format);
875 (std::string("Samples a texture of format ") + getFormatName(format)).c_str()));
    [all...]
vktPipelineVertexInputTests.cpp     [all...]
vktPipelineImageSamplingInstance.cpp 161 throw tcu::NotSupportedError(std::string("Unsupported format for sampling: ") + getFormatName(imageFormat));
170 throw tcu::NotSupportedError(std::string("Unsupported format for linear filtering: ") + getFormatName(imageFormat));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 504 std::string name = de::toLower(getFormatName(format)).substr(10);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 587 const std::string fullName = getFormatName(format);
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 261 static const char* getFormatName (GLenum format);
264 const char* FboConfig::getFormatName (GLenum format)
297 name += getFormatName(colorbufferFormat);
305 name += getFormatName(depthbufferFormat);
313 name += getFormatName(stencilbufferFormat);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/
jackson-dataformat-cbor-2.6.6.jar 
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 9 const char* getFormatName (VkFormat value);
54 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { return tcu::Format::Enum<VkFormat>(getFormatName, value); }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 612 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) << tcu::TestLog::EndMessage;
    [all...]

Completed in 2014 milliseconds

1 2