HomeSort by relevance Sort by last modified time
    Searched refs:readPixelsFormat (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 473 GLenum readPixelsFormat;
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, readPixelsType, readRefrence.getLevel(0).getDataPtr()))
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.h 45 bool readPixelsFormat(GLenum format);
GLESv2Validation.cpp 227 bool readPixelsFormat(GLenum format) {
GL2Encoder.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderFramebufferFetchTests.cpp 145 tcu::Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
148 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
151 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
154 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
157 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat);
162 tcu::UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
165 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat);
    [all...]
es31fDrawBuffersIndexedTests.cpp 435 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
438 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
441 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER);
444 DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER);
447 const tcu::IVec4 readBits = tcu::getTextureFormatBitDepth(readPixelsFormat);
452 UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
455 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat);
    [all...]
es31fCopyImageTests.cpp     [all...]

Completed in 165 milliseconds