Lines Matching refs:getLevel

394 	m_emptyTex1D.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0);  in ReferenceContext()
402 m_emptyTex2D.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0); in ReferenceContext()
421 m_emptyTex2DArray.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0); in ReferenceContext()
430 m_emptyTex3D.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0); in ReferenceContext()
439 m_emptyTexCubeArray.getLevel(0).setPixel(Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0, 0, faceNdx); in ReferenceContext()
1054 ConstPixelBufferAccess dst(texture->getLevel(level)); in texImage3D()
1064 PixelBufferAccess dst (texture->getLevel(level)); in texImage3D()
1074 clearToTextureInitialValue(texture->getLevel(level)); in texImage3D()
1089 ConstPixelBufferAccess dst(texture->getLevel(level)); in texImage3D()
1100 PixelBufferAccess dst (texture->getLevel(level)); in texImage3D()
1110 clearToTextureInitialValue(texture->getLevel(level)); in texImage3D()
1169 ConstPixelBufferAccess dst(texture->getLevel(level)); in texImage3D()
1181 PixelBufferAccess dst (texture->getLevel(level)); in texImage3D()
1191 clearToTextureInitialValue(texture->getLevel(level)); in texImage3D()
1208 ConstPixelBufferAccess dst(texture->getLevel(level)); in texImage3D()
1220 PixelBufferAccess dst (texture->getLevel(level)); in texImage3D()
1230 clearToTextureInitialValue(texture->getLevel(level)); in texImage3D()
1248 ConstPixelBufferAccess dst(texture->getLevel(level)); in texImage3D()
1260 PixelBufferAccess dst (texture->getLevel(level)); in texImage3D()
1270 clearToTextureInitialValue(texture->getLevel(level)); in texImage3D()
1306 PixelBufferAccess dst = texture.getLevel(level); in texSubImage3D()
1325 PixelBufferAccess dst = texture.getLevel(level); in texSubImage3D()
1369 PixelBufferAccess dst = texture.getLevel(level); in texSubImage3D()
1388 PixelBufferAccess dst = texture.getLevel(level); in texSubImage3D()
1407 PixelBufferAccess dst = texture.getLevel(level); in texSubImage3D()
1451 ConstPixelBufferAccess dst(texture->getLevel(level)); in copyTexImage1D()
1459 PixelBufferAccess dst = texture->getLevel(level); in copyTexImage1D()
1499 ConstPixelBufferAccess dst(texture->getLevel(level)); in copyTexImage2D()
1508 PixelBufferAccess dst = texture->getLevel(level); in copyTexImage2D()
1574 PixelBufferAccess dst = texture.getLevel(level); in copyTexSubImage1D()
1605 PixelBufferAccess dst = texture.getLevel(level); in copyTexSubImage2D()
2189 level = tex2D->getLevel(attachment.level); in checkFramebufferStatus()
2209 level = tex2DArr->getLevel(attachment.level); // \note Slice doesn't matter here. in checkFramebufferStatus()
2217 level = tex3D->getLevel(attachment.level); // \note Slice doesn't matter here. in checkFramebufferStatus()
2225 level = texCubeArr->getLevel(attachment.level); // \note Slice doesn't matter here. in checkFramebufferStatus()
2342 return dynamic_cast<Texture2D*>(texture)->getLevel(attachment.level); in getFboAttachment()
2352 level = dynamic_cast<Texture2DArray*>(texture)->getLevel(attachment.level); in getFboAttachment()
2354 level = dynamic_cast<Texture3D*>(texture)->getLevel(attachment.level); in getFboAttachment()
2356 level = dynamic_cast<TextureCubeArray*>(texture)->getLevel(attachment.level); in getFboAttachment()
4750 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete()
4763 const tcu::ConstPixelBufferAccess& level = getLevel(baseLevel+levelNdx); in isComplete()
4813 if (hasLevel(baseLevel) && !isEmpty(getLevel(baseLevel))) in updateView()
4815 const int width = getLevel(baseLevel).getWidth(); in updateView()
4847 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete()
4861 const tcu::ConstPixelBufferAccess& level = getLevel(baseLevel+levelNdx); in isComplete()
4885 if (hasLevel(baseLevel) && !isEmpty(getLevel(baseLevel))) in updateView()
4888 const int width = getLevel(baseLevel).getWidth(); in updateView()
4889 const int height = getLevel(baseLevel).getHeight(); in updateView()
5079 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete()
5094 const tcu::ConstPixelBufferAccess& level = getLevel(baseLevel+levelNdx); in isComplete()
5119 if (hasLevel(baseLevel) && !isEmpty(getLevel(baseLevel))) in updateView()
5121 const int width = getLevel(baseLevel).getWidth(); in updateView()
5122 const int height = getLevel(baseLevel).getHeight(); in updateView()
5185 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete()
5200 const tcu::ConstPixelBufferAccess& level = getLevel(baseLevel+levelNdx); in isComplete()
5225 if (hasLevel(baseLevel) && !isEmpty(getLevel(baseLevel))) in updateView()
5227 const int width = getLevel(baseLevel).getWidth(); in updateView()
5228 const int height = getLevel(baseLevel).getHeight(); in updateView()
5305 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete()
5320 const tcu::ConstPixelBufferAccess& level = getLevel(baseLevel+levelNdx); in isComplete()
5378 if (hasLevel(baseLevel) && !isEmpty(getLevel(baseLevel))) in updateView()
5380 const int width = getLevel(baseLevel).getWidth(); in updateView()
5381 const int height = getLevel(baseLevel).getHeight(); in updateView()
5382 const int depth = getLevel(baseLevel).getDepth(); in updateView()