Lines Matching refs:getAccess
416 tcu::clear(data.getAccess(), color.asUint()); in genAttachementTexture()
418 tcu::clear(data.getAccess(), color.asInt()); in genAttachementTexture()
420 tcu::clear(data.getAccess(), color); in genAttachementTexture()
422 …, VIEWPORT_HEIGHT, 0, m_transferFmt.format, m_transferFmt.dataType, data.getAccess().getDataPtr()); in genAttachementTexture()
573 tcu::clear(reference.getAccess(), fbColor.asUint() + uniformColor.asUint()); in genReferenceTexture()
577 tcu::clear(reference.getAccess(), fbColor.asInt() + uniformColor.asInt()); in genReferenceTexture()
584 tcu::clear(reference.getAccess(), tcu::linearToSRGB(fragmentColor)); in genReferenceTexture()
588 tcu::clear(reference.getAccess(), fbColor + uniformColor); in genReferenceTexture()
607 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in iterate()
702 clear(data.getAccess(), colors[i]); in genAttachmentTextures()
703 …, VIEWPORT_HEIGHT, 0, m_transferFmt.format, m_transferFmt.dataType, data.getAccess().getDataPtr()); in genAttachmentTextures()
713 tcu::clear(reference.getAccess(), fbColor + uniformColor); in genReferenceTexture()
762 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in iterate()
819 tcu::clear(reference.getAccess(), fbColor + uniformColor); in genReferenceTexture()
836 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in iterate()
882 tcu::fillWithGrid(data.getAccess(), 8, colorEven, colorOdd); in genSamplerTexture()
884 …, VIEWPORT_HEIGHT, 0, m_transferFmt.format, m_transferFmt.dataType, data.getAccess().getDataPtr()); in genSamplerTexture()
914 tcu::fillWithGrid(reference.getAccess(), 8, colorEven + fbColor, colorOdd + fbColor); in genReferenceTexture()
932 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in iterate()
1004 int width = reference.getAccess().getWidth(); in genReferenceTexture()
1005 int height = reference.getAccess().getHeight(); in genReferenceTexture()
1011 …tcu::clear(getSubregion(reference.getAccess(), left, 0, 0, width-left, top, 1), fbColor + compo… in genReferenceTexture()
1012 …tcu::clear(getSubregion(reference.getAccess(), 0, top, 0, left, height-top, 1), fbColor + unifo… in genReferenceTexture()
1013 …tcu::clear(getSubregion(reference.getAccess(), left, top, 0, width-left, height-top, 1), fbColor … in genReferenceTexture()
1014 …tcu::clear(getSubregion(reference.getAccess(), 0, 0, 0, left, top, 1), fbColor + uniformColor… in genReferenceTexture()
1031 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in iterate()
1094 tcu::fillWithGrid(data.getAccess(), 8, fbColorEven, fbColorOdd); in genFramebufferWithGrid()
1096 …, VIEWPORT_HEIGHT, 0, m_transferFmt.format, m_transferFmt.dataType, data.getAccess().getDataPtr()); in genFramebufferWithGrid()
1106 tcu::fillWithGrid(reference.getAccess(), 8, fbColorEven + fbColorEven, fbColorOdd); in genReferenceTexture()
1123 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in iterate()
1174 clear(levelData.getAccess(), colors[level]); in create2DTextureArrayMipMaps()
1175 …W, levelH, 1, 0, m_transferFmt.format, m_transferFmt.dataType, levelData.getAccess().getDataPtr()); in create2DTextureArrayMipMaps()
1193 const int width = reference.getAccess().getWidth(); in genReferenceMipmap()
1194 const int height = reference.getAccess().getHeight(); in genReferenceMipmap()
1198 clear(getSubregion(reference.getAccess(), left, 0, 0, width-left, top, 1), color); in genReferenceMipmap()
1199 clear(getSubregion(reference.getAccess(), 0, top, 0, left, height-top, 1), color); in genReferenceMipmap()
1200 clear(getSubregion(reference.getAccess(), left, top, 0, width-left, height-top, 1), color); in genReferenceMipmap()
1201 clear(getSubregion(reference.getAccess(), 0, 0, 0, left, top, 1), color); in genReferenceMipmap()
1234 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in iterate()
1276 clear(layerData.getAccess(), colors[layer]); in create2DTextureArrayLayers()
1277 …WPORT_HEIGHT, 1, m_transferFmt.format, m_transferFmt.dataType, layerData.getAccess().getDataPtr()); in create2DTextureArrayLayers()
1287 clear(reference.getAccess(), colors[layer] + uniformColor); in genReferenceTexture()
1329 glu::readPixels(m_context.getRenderContext(), 0, 0, result.getAccess()); in iterate()