Searched defs:readPixelsFormat (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fPixelBufferObjectTests.cpp473 GLenum readPixelsFormat; local
481 readPixelsFormat = GL_RGBA;
491 readPixelsFormat = GL_RGBA;
498 readPixelsFormat = GL_RGBA_INTEGER;
505 readPixelsFormat = GL_RGBA_INTEGER;
512 readPixelsFormat = GL_RGBA;
521 readPixelsFormat = GL_RGBA;
530 readPixelsFormat = GL_RGBA;
547 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, 0));
556 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsTyp
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp431 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) argument
434 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
437 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
440 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
443 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat);
H A Des31fCopyImageTests.cpp1430 Vec4 calculateThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat) argument
1433 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
1436 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
1439 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
1443 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat);
1462 const tcu::TextureFormat readPixelsFormat = getReadPixelFormat(format); local
1463 tcu::TextureLevel renderbuffer (readPixelsFormat, size.x(), size.y());
1505 const Vec4 threshold = calculateThreshold(format, readPixelsFormat);

Completed in 99 milliseconds