Searched refs:getVertexInterpolationCoords (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgProgramExecutor.hpp | 62 inline void getVertexInterpolationCoords (float& xd, float& yd, float x, float y, int inputElementN… in getVertexInterpolationCoords() function
|
D | rsgProgramExecutor.cpp | 145 getVertexInterpolationCoords(xd, yd, x, y, elementNdx); in interpolateVertexInput()
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 192 rsg::getVertexInterpolationCoords(xd, yd, xf, yf, compNdx); in init()
|