Home
last modified time | relevance | path

Searched refs:logImage (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTestLog.cpp268 …tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logIma… in writeImage() local
269 PixelBufferAccess logImageAccess = logImage.getAccess(); in writeImage()
274 for (int y = 0; y < logImage.getHeight(); y++) in writeImage()
276 for (int x = 0; x < logImage.getWidth(); x++) in writeImage()
278 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); in writeImage()
279 float xf = ((float)x + 0.5f) / (float)logImage.getWidth(); in writeImage()
302 …tcu::TextureLevel logImage (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), logIm… in writeImage() local
303 PixelBufferAccess logImageAccess = logImage.getAccess(); in writeImage()
/external/deqp/modules/glshared/
DglsFboUtil.cpp683 static void logImage (const Image& img, TestLog& log, bool useType) in logImage() function
695 logImage(rbo, log, false); in logRenderbuffer()
702 logImage(tex, log, true); in logTexture()