Home
last modified time | relevance | path

Searched defs:triangleInterpolate (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp48 static inline float triangleInterpolate(float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp97 inline float triangleInterpolate(const float v0, const float v1, const float v2, const float x, con… in triangleInterpolate() function
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp379 static inline float triangleInterpolate(float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp379 static inline float triangleInterpolate(float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp174 float triangleInterpolate(float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
179 float triangleInterpolate(const tcu::Vec3 &v, float x, float y) in triangleInterpolate() function