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

  /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);
es3fFboInvalidateTests.cpp     [all...]
es3fFboRenderTest.cpp 124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat);
132 name << "_" << getTypeName(depthStencilType) << "_" << getFormatName(depthStencilFormat);
    [all...]
es3fFboTestUtil.cpp     [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 67 static const char* GetFormatName(Format);
71 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) {
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 91 decoder->getFormatName());
  /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...]
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 320 milliseconds