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

/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp344 static inline tcu::Vec4 execSample (const tcu::Texture1DView& src, const ReferenceParams& params, float s, float lod) function in namespace:glu::TextureTestUtil
352 static inline tcu::Vec4 execSample (const tcu::Texture2DView& src, const ReferenceParams& params, float s, float t, float lod) function in namespace:glu::TextureTestUtil
360 static inline tcu::Vec4 execSample (const tcu::TextureCubeView& src, const ReferenceParams& params, float s, float t, float r, float lod) function in namespace:glu::TextureTestUtil
368 static inline tcu::Vec4 execSample (const tcu::Texture2DArrayView& src, const ReferenceParams& params, float s, float t, float r, float lod) function in namespace:glu::TextureTestUtil
376 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:glu::TextureTestUtil
384 static inline tcu::Vec4 execSample (const tcu::Texture1DArrayView& src, const ReferenceParams& params, float s, float t, float lod) function in namespace:glu::TextureTestUtil
422 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, x, y);
459 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, x, y);
499 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py);
543 dst.setPixel(execSample(sr
[all...]

Completed in 105 milliseconds