Home
last modified time | relevance | path

Searched refs:getRefTexture (Results 1 – 25 of 44) sorted by relevance

12

/external/deqp/framework/opengl/
DgluTexture.hpp50 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/
Des3aTextureFilteringTests.cpp136 …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 …]
Des3aTextureMipmapTests.cpp162 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/
Des2aTextureFilteringTests.cpp146 …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 …]
Des2aTextureMipmapTests.cpp171 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/
Des3fTextureFormatTests.cpp163 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 …]
Des3fTextureFilteringTests.cpp194 …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 …]
Des3fTextureShadowTests.cpp236 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 …]
Des3fTextureSwizzleTests.cpp130 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()
Des3fVertexTextureTests.cpp406 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 …]
Des3fTextureMipmapTests.cpp218 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 …]
Des3fTextureSizeTests.cpp106 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()
Des3fTextureWrapTests.cpp205 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/
Dgl4cTextureFilterMinmaxTests.cpp224 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/
Des2fTextureFormatTests.cpp126 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 …]
Des2fTextureFilteringTests.cpp176 …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 …]
Des2fTextureMipmapTests.cpp174 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 …]
Des2fVertexTextureTests.cpp323 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 …]
Des2fTextureWrapTests.cpp137 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()
Des2fTextureSizeTests.cpp105 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/
Des2cTexture3DTests.cpp246 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/
Des31fTextureBorderClampTests.cpp292 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 …]
Des31fTextureFormatTests.cpp168 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()
Des31fTextureFilteringTests.cpp232 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/
Des2pTextureCases.cpp171 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()

12