HomeSort by relevance Sort by last modified time
    Searched refs:getFormatName (Results 1 - 25 of 35) 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) {
Api2Camera.java 668 + " format=" + CameraDeviceReport.getFormatName(img.getFormat())
    [all...]
  /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]), "",
es31fFboTestUtil.cpp 479 const char* getFormatName (deUint32 format)
  /external/skia/include/core/
SkImageDecoder.h 68 static const char* GetFormatName(Format);
72 const char* getFormatName() const;
  /external/skia/src/images/
SkImageDecoder.cpp 52 const char* SkImageDecoder::getFormatName() const {
53 return GetFormatName(this->getFormat());
56 const char* SkImageDecoder::GetFormatName(Format format) {
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageTests.cpp 249 const std::string fullName = getFormatName(format);
564 (std::string("Samples a texture of format ") + getFormatName(format)).c_str()));
vktPipelineDepthTests.cpp 92 supportedFormatsMsg << vk::getFormatName(format);
271 throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_depthFormat));
    [all...]
vktPipelineImageViewTests.cpp 327 const std::string fullName = getFormatName(format);
774 (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...]
vktPipelineVertexInputTests.cpp 818 throw tcu::NotSupportedError(std::string("Unsupported format for vertex input: ") + getFormatName(attributeDescription.format));
    [all...]
vktPipelineImageSamplingInstance.cpp 363 throw tcu::NotSupportedError(std::string("Unsupported format for sampling: ") + getFormatName(imageFormat));
369 throw tcu::NotSupportedError(std::string("Unsupported format for linear filtering: ") + getFormatName(imageFormat));
    [all...]
vktPipelineSamplerTests.cpp 565 const std::string fullName = getFormatName(format);
    [all...]
vktPipelineEarlyFragmentTests.cpp     [all...]
  /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/framework/vulkan/
vkStrUtil.inl 9 const char* getFormatName (VkFormat value);
49 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { return tcu::Format::Enum<VkFormat>(getFormatName, value); }

Completed in 1802 milliseconds

1 2