Searched defs:getFormatName (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder.cpp61 const char* SkImageDecoder::getFormatName() const { function in class:SkImageDecoder
/external/skia/src/images/
H A DSkImageDecoder.cpp69 const char* SkImageDecoder::getFormatName() const { function in class:SkImageDecoder
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp931 const char* getFormatName (deUint32 format) function in namespace:deqp::gles3::Functional::FboTestUtil
/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp479 const char* getFormatName (deUint32 format) function in namespace:deqp::gles31::Functional::FboTestUtil
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp261 static const char* getFormatName (GLenum format);
264 const char* FboConfig::getFormatName (GLenum format) function in class:deqp::gles2::Functional::FboConfig
297 name += getFormatName(colorbufferFormat);
305 name += getFormatName(depthbufferFormat);
313 name += getFormatName(stencilbufferFormat);

Completed in 129 milliseconds