Searched refs:sampleTexture (Results 1 - 24 of 24) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp358 // Similar to sampleTexture() except uses texelFetch.
361 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DView& src, const float* texCoord, const ReferenceParams& params);
362 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& params);
364 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceParams& params);
365 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture3DView& src, const float* texCoord, const ReferenceParams& params);
366 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const float* texCoord, const ReferenceParams& params);
367 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture1DView& src, const float* texCoord, const ReferenceParams& params);
368 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture1DArrayView& src, const float* texCoord, const ReferenceParams& params);
H A DglsTextureTestUtil.cpp573 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DView& src, const float* texCoord, const ReferenceParams& params) function in namespace:deqp::gls::TextureTestUtil
585 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture1DView& src, const float* texCoord, const ReferenceParams& params) function in namespace:deqp::gls::TextureTestUtil
635 static void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const ReferenceParams& params) function in namespace:deqp::gls::TextureTestUtil
680 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& params) function in namespace:deqp::gls::TextureTestUtil
687 return sampleTexture(dst, view, sq, tq, rq, params);
693 return sampleTexture(dst, src, texCoord, params);
731 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceParams& params) function in namespace:deqp::gls::TextureTestUtil
774 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture1DArrayView& src, const float* texCoord, const ReferenceParams& params) function in namespace:deqp::gls::TextureTestUtil
862 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture3DView& src, const float* texCoord, const ReferenceParams& params) function in namespace:deqp::gls::TextureTestUtil
875 static void sampleTexture (cons function in namespace:deqp::gls::TextureTestUtil
922 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const float* texCoord, const ReferenceParams& params) function in namespace:deqp::gls::TextureTestUtil
[all...]
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureDomain.h89 void sampleTexture(GrGLShaderBuilder* builder,
H A DGrTextureDomain.cpp42 void GrTextureDomain::GLDomain::sampleTexture(GrGLShaderBuilder* builder, function in class:GrTextureDomain::GLDomain
180 fGLDomain.sampleTexture(builder, domain, outputColor, coords2D, samplers[0], inputColor);
H A DGrBicubicEffect.cpp98 fDomain.sampleTexture(builder, domain, sampleVar.c_str(), coord, samplers[0]);
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h89 void sampleTexture(GrGLShaderBuilder* builder,
H A DGrTextureDomain.cpp42 void GrTextureDomain::GLDomain::sampleTexture(GrGLShaderBuilder* builder, function in class:GrTextureDomain::GLDomain
180 fGLDomain.sampleTexture(builder, domain, outputColor, coords2D, samplers[0], inputColor);
H A DGrBicubicEffect.cpp98 fDomain.sampleTexture(builder, domain, sampleVar.c_str(), coord, samplers[0]);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp242 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight),
253 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
282 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
293 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
509 sampleTexture(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params);
H A Des2aTextureMipmapTests.cpp351 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], sampleParams);
619 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params);
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp233 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight),
244 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
273 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
284 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
523 sampleTexture(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params);
H A Des3aTextureMipmapTests.cpp344 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], sampleParams);
608 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params);
/external/deqp/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp154 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter, magFilter)));
298 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_CUBE, sampler));
H A Des2fTextureWrapTests.cpp199 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, viewport.height),
212 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, viewport.height),
H A Des2fTextureFormatTests.cpp191 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
359 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
481 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], refParams);
593 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_CUBE, sampler));
H A Des2fTextureMipmapTests.cpp389 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH),
713 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params);
/external/deqp/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp154 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter, magFilter)));
298 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_CUBE, sampler));
H A Des3fTextureFormatTests.cpp208 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
390 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
547 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
700 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
843 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
995 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
1108 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], refParams);
1220 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_CUBE, sampler));
H A Des3fTextureSwizzleTests.cpp196 sampleTexture(SurfaceAccess(referenceFrame, tcu::PixelFormat(8,8,8,8)), m_texture->getRefTexture(), &texCoord[0], renderParams);
H A Des3fTextureMipmapTests.cpp435 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH),
754 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params);
1385 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH),
1587 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH),
1903 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params);
2219 sampleTexture(SurfaceAccess(referenceFrame, pixelFormat, curX, curY, curW, curH),
H A Des3fTextureShadowTests.cpp111 // sampleTexture() expects source image to be the same state as it would be in a GL implementation, that is
124 sampleTexture(SurfaceAccess(reference, pixelFormat), clampedSource, texCoord, sampleParams);
131 sampleTexture(SurfaceAccess(reference, pixelFormat), src, texCoord, sampleParams);
H A Des3fASTCDecompressionCases.cpp1740 sampleTexture(gls::TextureTestUtil::SurfaceAccess(referenceDst, renderCtx.getRenderTarget().getPixelFormat()), texture.getRefTexture(), &texCoord[0], renderParams);
/external/deqp/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp219 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams);
H A Des31fTextureMultisampleTests.cpp1061 void sampleTexture (tcu::Surface& dst, float value);
1230 sampleTexture(result, preparedValue);
1438 void MultisampleTextureUsageCase::sampleTexture (tcu::Surface& dst, float value)

Completed in 346 milliseconds