Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp48 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp91 inline float triangleInterpolate (const float v0, const float v1, const float v2, const float x, co… in triangleInterpolate() function
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp329 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp329 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp167 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