Home
last modified time | relevance | path

Searched refs:SurfaceAccess (Results 1 – 21 of 21) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp279 class SurfaceAccess class
282 SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt);
283SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, …
284 SurfaceAccess (const SurfaceAccess& parent, int x, int y, int width, int height);
300 inline void SurfaceAccess::setPixel (const tcu::Vec4& color, int x, int y) const in setPixel()
348 void fetchTexture (const SurfaceAccess& dst, const tcu::ConstPixelBufferAccess& src, const flo…
350 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DView& src, const float* tex…
351 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* t…
352 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DArrayView& src, const float*…
353 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture3DView& src, const float* tex…
[all …]
DglsTextureTestUtil.cpp184 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y… in SurfaceAccess() function in deqp::gls::TextureTestUtil::SurfaceAccess
194 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt) in SurfaceAccess() function in deqp::gls::TextureTestUtil::SurfaceAccess
204 SurfaceAccess::SurfaceAccess (const SurfaceAccess& parent, int x, int y, int width, int height) in SurfaceAccess() function in deqp::gls::TextureTestUtil::SurfaceAccess
429 static void sampleTextureNonProjected (const SurfaceAccess& dst, const tcu::Texture1DView& rawSrc, … in sampleTextureNonProjected()
464 static void sampleTextureNonProjected (const SurfaceAccess& dst, const tcu::Texture2DView& rawSrc, … in sampleTextureNonProjected()
501 static void sampleTextureProjected (const SurfaceAccess& dst, const tcu::Texture1DView& rawSrc, con… in sampleTextureProjected()
541 static void sampleTextureProjected (const SurfaceAccess& dst, const tcu::Texture2DView& rawSrc, con… in sampleTextureProjected()
585 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DView& src, const float* texCoord,… in sampleTexture()
597 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture1DView& src, const float* texCoord,… in sampleTexture()
647 static void sampleTextureCube (const SurfaceAccess& dst, const tcu::TextureCubeView& rawSrc, const … in sampleTextureCube()
[all …]
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp233 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, … in iterate()
244 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWi… in iterate()
273 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bot… in iterate()
284 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWi… in iterate()
477 const SurfaceAccess& dstRef, in renderFaces()
519 sampleTexture(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params); in renderFaces()
571SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bot… in iterate()
581SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightW… in iterate()
602SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, lef… in iterate()
612SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHei… in iterate()
Des3aVaryingInterpolationTests.cpp52 using deqp::gls::TextureTestUtil::SurfaceAccess;
66 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord,… in renderReference()
270 …renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wC… in iterate()
Des3aTextureMipmapTests.cpp342SurfaceAccess idealDst(idealFrame, m_renderCtx.getRenderTarget().getPixelFormat(), curX, curY, cur… in iterate()
606SurfaceAccess idealDst(idealFrame, m_renderCtx.getRenderTarget().getPixelFormat(), curX, curY, cur… in iterate()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp242 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, … in iterate()
253 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWi… in iterate()
282 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bot… in iterate()
293 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWi… in iterate()
467 const SurfaceAccess& dstRef, in renderFaces()
509 sampleTexture(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params); in renderFaces()
561SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bot… in iterate()
571SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightW… in iterate()
592SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, lef… in iterate()
602SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHei… in iterate()
Des2aVaryingInterpolationTests.cpp49 using deqp::gls::TextureTestUtil::SurfaceAccess;
63 static void renderReference (const SurfaceAccess& dst, const float coords[4*3], const Vec4& wCoord,… in renderReference()
263 …renderReference(SurfaceAccess(reference, m_context.getRenderTarget().getPixelFormat()), coords, wC… in iterate()
Des2aTextureMipmapTests.cpp349SurfaceAccess idealDst(idealFrame, m_renderCtx.getRenderTarget().getPixelFormat(), curX, curY, cur… in iterate()
617SurfaceAccess idealDst(idealFrame, m_renderCtx.getRenderTarget().getPixelFormat(), curX, curY, cur… in iterate()
/external/deqp/modules/gles2/functional/
Des2fTextureFormatTests.cpp191 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in iterate()
359 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testFace()
481 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in iterate()
593 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testFace()
Des2fTextureWrapTests.cpp199 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, … in iterate()
212 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWi… in iterate()
Des2fTextureSizeTests.cpp154 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in iterate()
298 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testFace()
Des2fTextureMipmapTests.cpp389 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH), in iterate()
712SurfaceAccess idealDst(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), curX, curY,… in iterate()
/external/deqp/modules/gles3/functional/
Des3fTextureFormatTests.cpp208 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in iterate()
390 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testFace()
547 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testLayer()
700 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testSlice()
843 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in iterate()
996 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testFace()
1109 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in iterate()
1221 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testFace()
Des3fTextureSizeTests.cpp154 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in iterate()
298 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testFace()
Des3fTextureSwizzleTests.cpp196 …sampleTexture(SurfaceAccess(referenceFrame, tcu::PixelFormat(8,8,8,8)), m_texture->getRefTexture()… in iterate()
Des3fTextureMipmapTests.cpp433 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH), in iterate()
751SurfaceAccess idealDst(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), curX, curY,… in iterate()
1379 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH), in iterate()
1581 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH), in iterate()
1896SurfaceAccess idealDst(referenceFrame, m_context.getRenderTarget().getPixelFormat(), curX, curY, c… in iterate()
2213 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH), in iterate()
Des3fTextureShadowTests.cpp124 sampleTexture(SurfaceAccess(reference, pixelFormat), clampedSource, texCoord, sampleParams); in verifyTexCompareResult()
131 sampleTexture(SurfaceAccess(reference, pixelFormat), src, texCoord, sampleParams); in verifyTexCompareResult()
Des3fASTCDecompressionCases.cpp363 …sampleTexture(gls::TextureTestUtil::SurfaceAccess(referenceDst, renderCtx.getRenderTarget().getPix… in render()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp219 …sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_tex… in testLayerFace()
363 …fetchTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), effect… in iterate()
Des31fCopyImageTests.cpp951 …sampleTexture(SurfaceAccess(referenceFrame, renderContext.getRenderTarget().getPixelFormat()), ref… in verifyTexture2DView()
1111 …sampleTexture(SurfaceAccess(referenceFrame, renderContext.getRenderTarget().getPixelFormat()), ref… in verifyTexture3DView()
1224 …sampleTexture(SurfaceAccess(referenceFrame, renderContext.getRenderTarget().getPixelFormat()), ref… in verifyTextureCubemapView()
1394 …sampleTexture(SurfaceAccess(referenceFrame, renderContext.getRenderTarget().getPixelFormat()), ref… in verifyTexture2DArrayView()
Des31fTextureBorderClampTests.cpp1021 …gls::TextureTestUtil::sampleTexture(gls::TextureTestUtil::SurfaceAccess(reference, pixelFormat), m… in verifyTextureSampleResult()
1058 …gls::TextureTestUtil::sampleTexture(gls::TextureTestUtil::SurfaceAccess(reference, pixelFormat), e… in verifyTextureCompareResult()
2226 …gls::TextureTestUtil::sampleTexture(gls::TextureTestUtil::SurfaceAccess(reference, pixelFormat), m… in verifyImage()