Searched defs:execSample (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp381 static inline tcu::Vec4 execSample (const tcu::Texture1DView& src, const ReferenceParams& params, float s, float lod) function in namespace:deqp::gls::TextureTestUtil
389 static inline tcu::Vec4 execSample (const tcu::Texture2DView& src, const ReferenceParams& params, float s, float t, float lod) function in namespace:deqp::gls::TextureTestUtil
397 static inline tcu::Vec4 execSample (const tcu::TextureCubeView& src, const ReferenceParams& params, float s, float t, float r, float lod) function in namespace:deqp::gls::TextureTestUtil
405 static inline tcu::Vec4 execSample (const tcu::Texture2DArrayView& src, const ReferenceParams& params, float s, float t, float r, float lod) function in namespace:deqp::gls::TextureTestUtil
413 static inline tcu::Vec4 execSample (const tcu::TextureCubeArrayView& src, const ReferenceParams& params, float s, float t, float r, float q, float lod) function in namespace:deqp::gls::TextureTestUtil
421 static inline tcu::Vec4 execSample (const tcu::Texture1DArrayView& src, const ReferenceParams& params, float s, float t, float lod) function in namespace:deqp::gls::TextureTestUtil
459 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, x, y);
496 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, x, y);
536 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py);
580 dst.setPixel(execSample(sr
[all...]

Completed in 49 milliseconds