Searched refs:loadPNG (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuImageIO.hpp | 41 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
|
D | tcuImageIO.cpp | 60 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/ |
D | gluTexture.cpp | 227 tcu::ImageIO::loadPNG(level, archive, levelFileNames[0]); in create() 244 tcu::ImageIO::loadPNG(level, archive, levelFileNames[levelNdx]); in create()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 211 tcu::ImageIO::loadPNG(result, archive, filename.c_str()); in getPNG()
|