Home | History | Annotate | Download | only in functional

Lines Matching refs:readFormat

472 	tcu::TextureFormat	readFormat;
480 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE);
490 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE);
497 readFormat = glu::mapGLTransferFormat(GL_RGBA_INTEGER, GL_INT);
504 readFormat = glu::mapGLTransferFormat(GL_RGBA_INTEGER, GL_UNSIGNED_INT);
511 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_FLOAT);
520 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_FLOAT);
529 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_FLOAT);
536 tcu::Texture2D readRefrence (readFormat, width, height);
537 const int readDataSize = readRefrence.getWidth() * readRefrence.getHeight() * readFormat.getPixelSize();
552 tcu::ConstPixelBufferAccess readResult(readFormat, width, height, 1, bufferData);