HomeSort by relevance Sort by last modified time
    Searched refs:readPixelsFormat (Results 1 - 3 of 3) 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...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp     [all...]
es31fDrawBuffersIndexedTests.cpp 431 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixelsFormat)
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);
    [all...]

Completed in 490 milliseconds