Searched refs:getVertexInterpolationCoords (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgProgramExecutor.hpp | 62 inline void getVertexInterpolationCoords (float& xd, float& yd, float x, float y, int inputElementNdx) in getVertexInterpolationCoords() function
|
H A D | rsgProgramExecutor.cpp | 145 getVertexInterpolationCoords(xd, yd, x, y, elementNdx); in interpolateVertexInput()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsRandomShaderCase.cpp | 192 rsg::getVertexInterpolationCoords(xd, yd, xf, yf, compNdx); in init()
|
Completed in 3 milliseconds