Searched defs:triangleInterpolate (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.cpp | 48 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 91 inline float triangleInterpolate (const float v0, const float v1, const float v2, const float x, co… in triangleInterpolate() function
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 329 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 329 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 167 inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function 172 inline float triangleInterpolate (const tcu::Vec3& v, float x, float y) in triangleInterpolate() function
|