Searched defs:triangleInterpolate (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderPerformanceMeasurer.cpp | 48 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 D | es2fDepthRangeTests.cpp | 97 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 D | es3pShaderOperatorTests.cpp | 379 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 D | es2pShaderOperatorTests.cpp | 379 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 D | gluTextureTestUtil.cpp | 174 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
|