Home
last modified time | relevance | path

Searched refs:loadPNG (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuImageIO.hpp41 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
DtcuImageIO.cpp60 loadPNG(dst, archive, fileName); in loadImage()
82 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName) in loadPNG() function
/external/deqp/framework/opengl/
DgluTexture.cpp227 tcu::ImageIO::loadPNG(level, archive, levelFileNames[0]); in create()
244 tcu::ImageIO::loadPNG(level, archive, levelFileNames[levelNdx]); in create()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp211 tcu::ImageIO::loadPNG(result, archive, filename.c_str()); in getPNG()