/external/deqp/modules/gles3/functional/ |
D | es3fFboDepthbufferTests.cpp | 333 …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()
|
D | es3fFboColorbufferTests.cpp | 1083 …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()
|
D | es3fFramebufferBlitTests.cpp | 1033 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()
|
D | es3fFboStencilbufferTests.cpp | 265 …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()
|
D | es3fFboMultisampleTests.cpp | 309 …sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNd… in init() 313 …sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(depthStencilFormat… in init()
|
D | es3fFragmentOutputTests.cpp | 66 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()
|
D | es3fFboTestUtil.hpp | 217 const char* getFormatName (deUint32 format);
|
D | es3fFboInvalidateTests.cpp | 1492 …formatGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx… in init() 1496 …formatGroup->addChild(new InvalidateSubFboRenderCase(m_context, getFormatName(depthStencilFormats[… in init()
|
D | es3fFboRenderTest.cpp | 124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat); in getName() 132 name << "_" << getTypeName(depthStencilType) << "_" << getFormatName(depthStencilFormat); in getName()
|
D | es3fFboTestUtil.cpp | 931 const char* getFormatName (deUint32 format) in getFormatName() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.hpp | 127 const char* getFormatName (deUint32 format);
|
D | es31fFboColorbufferTests.cpp | 327 …texCubeArrayGroup->addChild(new FboColorTexCubeArrayCase(m_context, getFormatName(colorFormats[fmt… in init()
|
D | es31fFboTestUtil.cpp | 479 const char* getFormatName (deUint32 format) in getFormatName() function
|
/external/skia/include/core/ |
D | SkImageDecoder.h | 71 const char* getFormatName() const;
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 52 const char* SkImageDecoder::getFormatName() const { in getFormatName() function in SkImageDecoder
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 261 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()
|