/external/deqp/framework/opengl/ |
D | gluTexture.hpp | 50 tcu::Texture1D& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture1D 51 const tcu::Texture1D& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture1D 79 tcu::Texture2D& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture2D 80 const tcu::Texture2D& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture2D 132 tcu::TextureCube& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::TextureCube 133 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::TextureCube 168 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture2DArray 169 const tcu::Texture2DArray& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture2DArray 201 tcu::Texture1DArray& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture1DArray 202 const tcu::Texture1DArray& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture1DArray [all …]
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 136 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() 146 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init() 147 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init() 158 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init() 159 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init() 193 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat(); in iterate() 235 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate() 246 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate() 268 …float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth… in iterate() 269 …float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeigh… in iterate() [all …]
|
D | es3aTextureMipmapTests.cpp | 162 m_texture->getRefTexture().allocLevel(levelNdx); in init() 163 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), tcu::RGBA(color).toVec()); in init() 245 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate() 278 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate() 345 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], sampleParams); in iterate() 468 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init() 469 …tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), tcu::RGBA(co… in init() 518 int texWidth = m_texture->getRefTexture().getSize(); in iterate() 519 int texHeight = m_texture->getRefTexture().getSize(); in iterate() 609 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params); in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 146 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() 156 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init() 157 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init() 168 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init() 169 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init() 203 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat(); in iterate() 245 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate() 256 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate() 278 …float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth… in iterate() 279 …float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeigh… in iterate() [all …]
|
D | es2aTextureMipmapTests.cpp | 171 m_texture->getRefTexture().allocLevel(levelNdx); in init() 172 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), tcu::RGBA(color).toVec()); in init() 254 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate() 286 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate() 353 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], sampleParams); in iterate() 481 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init() 482 …tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), tcu::RGBA(co… in init() 531 int texWidth = m_texture->getRefTexture().getSize(); in iterate() 532 int texHeight = m_texture->getRefTexture().getSize(); in iterate() 621 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 163 m_texture->getRefTexture().allocLevel(0); in init() 164 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() 185 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate() 192 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate() 230 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in iterate() 350 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in init() 351 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), g… in init() 380 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testFace() 382 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace() 417 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in testFace() [all …]
|
D | es3fTextureFilteringTests.cpp | 194 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() 204 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init() 205 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init() 216 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init() 217 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init() 252 …const float sX = deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth… in init() 253 …const float sY = deFloatExp2(lodY)*viewportH / float(m_textures[texNdx]->getRefTexture().getHeigh… in init() 284 const tcu::TextureFormat texFmt = m_textures[0]->getRefTexture().getFormat(); in iterate() 330 …ighQuality = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(), in iterate() 341 … bool isOk = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(), in iterate() [all …]
|
D | es3fTextureShadowTests.cpp | 236 int numLevels = m_textures[0]->getRefTexture().getNumLevels(); in init() 241 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init() 242 …tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), tcu::Vec4(-0.5f… in init() 253 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init() 254 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec(),… in init() 304 …const float sX = deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth… in init() 305 …const float sY = deFloatExp2(lodY)*viewportH / float(m_textures[texNdx]->getRefTexture().getHeigh… in init() 376 …Quality = verifyTexCompareResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(), in iterate() 387 …ol isOk = verifyTexCompareResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(), in iterate() 510 m_gradientTex->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init() [all …]
|
D | es3fTextureSwizzleTests.cpp | 130 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init() 133 m_texture->getRefTexture().allocLevel(0); in init() 134 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() 149 ….getRenderContext().getRenderTarget(), m_texture->getRefTexture().getWidth(), m_texture->getRefTex… in iterate() 155 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate() 157 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate() 197 …:SurfaceAccess(referenceFrame, tcu::PixelFormat(8,8,8,8)), m_texture->getRefTexture(), &texCoord[0… in iterate()
|
D | es3fVertexTextureTests.cpp | 406 const tcu::Texture2D& ref = tex.getRefTexture(); in getTextureSize() 412 const tcu::TextureCube& ref = tex.getRefTexture(); in getTextureSize() 418 const tcu::Texture2DArray& ref = tex.getRefTexture(); in getTextureSize() 424 const tcu::Texture3D& ref = tex.getRefTexture(); in getTextureSize() 592 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() 602 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init() 603 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init() 614 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init() 615 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init() 644 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() [all …]
|
D | es3fTextureMipmapTests.cpp | 218 m_texture->getRefTexture().allocLevel(levelNdx); in init() 219 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), tcu::RGBA(color).toVec()); in init() 297 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate() 326 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate() 441 m_texture->getRefTexture(), &texCoord[0], sampleParams, in iterate() 576 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init() 577 …tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), tcu::RGBA(co… in init() 624 const int texWidth = m_texture->getRefTexture().getSize(); in iterate() 625 const int texHeight = m_texture->getRefTexture().getSize(); in iterate() 753 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params); in iterate() [all …]
|
D | es3fTextureSizeTests.cpp | 106 m_texture->getRefTexture().allocLevel(levelNdx); in init() 107 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(levelNdx), tcu::Vec4(-1.0f, -1… in init() 161 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in iterate() 246 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init() 247 …fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face),… in init() 310 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in testFace()
|
D | es3fTextureWrapTests.cpp | 205 m_width = m_texture->getRefTexture().getWidth(); in init() 206 m_height = m_texture->getRefTexture().getHeight(); in init() 269 m_texture->getRefTexture().allocLevel(0); in init() 270 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), tcu::Vec4(-0.5f, -0.5f, -0… in init() 301 const tcu::TextureFormat texFormat = m_texture->getRefTexture().getFormat(); in iterate() 322 refParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate() 349 …t bool isOk = verifyTextureResult(m_testCtx, renderedFrame.getAccess(), m_texture->getRefTexture(), in iterate()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.cpp | 224 m_texture->getRefTexture().allocLevel(0); in generate() 227 m_texture->getRefTexture().allocLevel(1); in generate() 231 tcu::fillWithGrid(m_texture->getRefTexture().getLevel(0), 4, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f), in generate() 273 m_texture->getRefTexture().allocLevel(0); in generate() 274 m_texture->getRefTexture().allocLevel(1); in generate() 277 tcu::fillWithGrid(m_texture->getRefTexture().getLevel(0), 4, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f), in generate() 281 tcu::fillWithGrid(m_texture->getRefTexture().getLevel(1), 4, tcu::Vec4(0.0f, 1.0f, 1.0f, 1.0f), in generate() 315 m_texture->getRefTexture().allocLevel(0); in generate() 318 m_texture->getRefTexture().allocLevel(1); in generate() 322 tcu::fillWithGrid(m_texture->getRefTexture().getLevel(0), 4, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f), in generate() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 126 m_texture->getRefTexture().allocLevel(0); in init() 127 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() 148 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate() 155 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate() 193 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in iterate() 294 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in init() 295 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), g… in init() 324 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testFace() 326 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace() 361 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in testFace() [all …]
|
D | es2fTextureFilteringTests.cpp | 176 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() 186 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init() 187 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init() 198 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init() 199 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init() 234 …const float sX = deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth… in init() 235 …const float sY = deFloatExp2(lodY)*viewportH / float(m_textures[texNdx]->getRefTexture().getHeigh… in init() 266 const tcu::TextureFormat texFmt = m_textures[0]->getRefTexture().getFormat(); in iterate() 312 … bool isOk = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(), in iterate() 439 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() [all …]
|
D | es2fTextureMipmapTests.cpp | 174 m_texture->getRefTexture().allocLevel(levelNdx); in init() 175 tcu::clear(m_texture->getRefTexture().getLevel(levelNdx), tcu::RGBA(color).toVec()); in init() 253 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); in iterate() 282 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate() 397 m_texture->getRefTexture(), &texCoord[0], sampleParams, in iterate() 537 m_texture->getRefTexture().allocLevel((tcu::CubeFace)faceNdx, levelNdx); in init() 538 …tcu::clear(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)faceNdx), tcu::RGBA(co… in init() 585 const int texWidth = m_texture->getRefTexture().getSize(); in iterate() 586 const int texHeight = m_texture->getRefTexture().getSize(); in iterate() 723 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params); in iterate() [all …]
|
D | es2fVertexTextureTests.cpp | 323 const tcu::Texture2D& ref = tex.getRefTexture(); in getTextureSize() 329 const tcu::TextureCube& ref = tex.getRefTexture(); in getTextureSize() 492 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() 502 m_textures[0]->getRefTexture().allocLevel(levelNdx); in init() 503 tcu::fillWithComponentGradients(m_textures[0]->getRefTexture().getLevel(levelNdx), gMin, gMax); in init() 514 m_textures[1]->getRefTexture().allocLevel(levelNdx); in init() 515 …tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*… in init() 544 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); in calculateLod() 688 …computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT,… in computeReferenceCell() 807 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() [all …]
|
D | es2fTextureWrapTests.cpp | 137 m_width = m_texture->getRefTexture().getWidth(); in init() 138 m_height = m_texture->getRefTexture().getHeight(); in init() 145 m_texture->getRefTexture().allocLevel(0); in init() 146 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), tcu::Vec4(-0.5f, -0.5f, -0… in init() 201 m_texture->getRefTexture(), &texCoord[0], refParams); in iterate() 214 m_texture->getRefTexture(), &texCoord[0], refParams); in iterate()
|
D | es2fTextureSizeTests.cpp | 105 m_texture->getRefTexture().allocLevel(levelNdx); in init() 106 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(levelNdx), tcu::Vec4(-1.0f, -1… in init() 160 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in iterate() 245 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init() 246 …fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face),… in init() 309 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in testFace()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 246 const tcu::Texture3D& referenceTexture = texture.getRefTexture(); in uploadTexture3D() 553 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init() 554 tcu::fillWithComponentGradients(m_gradientTex->getRefTexture().getLevel(levelNdx), gMin, gMax); in init() 565 m_gridTex->getRefTexture().allocLevel(levelNdx); in init() 566 …tcu::fillWithGrid(m_gridTex->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec() * cS… in init() 602 const tcu::TextureFormat texFmt = curCase.texture->getRefTexture().getFormat(); in iterate() 630 …const float sX = deFloatExp2(lodX) * float(VIEWPORT_WIDTH) / float(m_gradientTex->getRefTexture(… in iterate() 631 …const float sY = deFloatExp2(lodY) * float(VIEWPORT_HEIGHT) / float(m_gradientTex->getRefTexture()… in iterate() 632 …const float sZ = deFloatExp2(lodZ) * float(VIEWPORT_WIDTH) / float(m_gradientTex->getRefTexture().… in iterate() 661 …verifyTestResult(texCoord[0].getPtr(), rendered, curCase.texture->getRefTexture(), refParams, isNe… in iterate() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 292 texture->getRefTexture().allocLevel(0); in genDummyTexture() 297 …fferAccess depthAccess = tcu::getEffectiveDepthStencilAccess(texture->getRefTexture().getLevel(0),… in genDummyTexture() 304 …erAccess stencilAccess = tcu::getEffectiveDepthStencilAccess(texture->getRefTexture().getLevel(0),… in genDummyTexture() 321 texture->getRefTexture().allocLevel(0); in genDummyTexture() 325 …const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texture->getRefTexture().ge… in genDummyTexture() 328 tcu::fillWithComponentGradients(texture->getRefTexture().getLevel(0), rampLow, rampHigh); in genDummyTexture() 680 …<< ", size (" << m_texture->getRefTexture().getWidth() << ", " << m_texture->getRefTexture().getHe… in init() 926 … texFormat = tcu::getEffectiveDepthStencilTextureFormat(m_texture->getRefTexture().getFormat(),… in verifyImage() 1021 …:sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), m_texture->getRefTexture(), texCoord, s… in verifyTextureSampleResult() 1023 …LookupDiff(renderedFrame, reference.getAccess(), errorMask.getAccess(), m_texture->getRefTexture(), in verifyTextureSampleResult() [all …]
|
D | es31fTextureFormatTests.cpp | 168 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init() 171 m_texture->getRefTexture().allocLevel(0); in init() 172 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() 206 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testLayerFace() 210 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testLayerFace() 243 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in testLayerFace() 262 return m_curLayerFace < m_texture->getRefTexture().getDepth() ? CONTINUE : STOP; in iterate()
|
D | es31fTextureFilteringTests.cpp | 232 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init() 234 const tcu::PixelBufferAccess levelBuf = m_gradientTex->getRefTexture().getLevel(levelNdx); in init() 249 m_gridTex->getRefTexture().allocLevel(levelNdx); in init() 251 const tcu::PixelBufferAccess levelBuf = m_gridTex->getRefTexture().getLevel(levelNdx); in init() 333 const tcu::TextureFormat texFmt = curCase.texture->getRefTexture().getFormat(); in iterate() 394 …sHighQuality = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(), in iterate() 405 …st bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(), in iterate()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 171 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init() 174 texture->getRefTexture().allocLevel(levelNdx); in init() 175 tcu::fillWithComponentGradients(texture->getRefTexture().getLevel(levelNdx), in init()
|