/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 119 tcu::TextureCube& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::TextureCube 120 const tcu::TextureCube& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::TextureCube 155 tcu::Texture2DArray& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture2DArray 156 const tcu::Texture2DArray& getRefTexture (void) const { return m_refTexture; } in getRefTexture() function in glu::Texture2DArray 188 tcu::Texture1DArray& getRefTexture (void) { return m_refTexture; } in getRefTexture() function in glu::Texture1DArray 189 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 | 142 m_texture->getRefTexture().allocLevel(0); in init() 143 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() 164 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in iterate() 171 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate() 209 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in iterate() 324 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in init() 325 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), g… in init() 354 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testFace() 356 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace() 391 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in testFace() [all …]
|
D | es3fTextureFilteringTests.cpp | 176 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… 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 …ighQuality = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(), in iterate() 323 … bool isOk = verifyTextureResult(m_testCtx, rendered.getAccess(), curCase.texture->getRefTexture(), in iterate() [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 | 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 | 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() 156 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in iterate() 241 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init() 242 …fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face),… in init() 300 …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/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() 714 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() 798 …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() 155 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in iterate() 240 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx); in init() 241 …fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face),… in init() 299 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in testFace()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 227 m_gradientTex->getRefTexture().allocLevel(levelNdx); in init() 229 const tcu::PixelBufferAccess levelBuf = m_gradientTex->getRefTexture().getLevel(levelNdx); in init() 244 m_gridTex->getRefTexture().allocLevel(levelNdx); in init() 246 const tcu::PixelBufferAccess levelBuf = m_gridTex->getRefTexture().getLevel(levelNdx); in init() 328 const tcu::TextureFormat texFmt = curCase.texture->getRefTexture().getFormat(); in iterate() 389 …sHighQuality = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(), in iterate() 400 …st bool isOk = verifyTextureResult(m_testCtx, result.getAccess(), curCase.texture->getRefTexture(), in iterate()
|
D | es31fTextureFormatTests.cpp | 145 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init() 148 m_texture->getRefTexture().allocLevel(0); in init() 149 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() 184 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in testLayerFace() 188 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testLayerFace() 221 …nceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0… in testLayerFace() 240 return m_curLayerFace < m_texture->getRefTexture().getDepth() ? CONTINUE : STOP; in iterate()
|
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 …]
|
/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()
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 300 m_tex2D->getRefTexture().allocLevel(0); in getTex2D() 301 …tcu::fillWithComponentGradients(m_tex2D->getRefTexture().getLevel(0), tcu::Vec4(-1.0f, -1.0f, -1.0… in getTex2D() 336 m_texCube->getRefTexture().allocLevel((tcu::CubeFace)face, 0); in getTexCube() 337 …tcu::fillWithComponentGradients(m_texCube->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), g… in getTexCube() 528 …executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_… in iterate() 540 …executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_… in iterate()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 197 int numLevels = mipmaps ? texture->getRefTexture().getNumLevels() : 1; in init() 201 texture->getRefTexture().allocLevel(levelNdx); in init() 202 tcu::fillWithComponentGradients(texture->getRefTexture().getLevel(levelNdx), in init()
|