HomeSort by relevance Sort by last modified time
    Searched refs:getUnitCoords (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 150 const Vec4* getUnitCoords (void) const { return &m_unitCoords[0]; }
155 Vec4 getUnitCoords (float sx, float sy) const;
211 m_unitCoords[vtxNdx] = getUnitCoords(sx, sy);
250 inline Vec4 QuadGrid::getUnitCoords (float sx, float sy) const
305 unitCoords = quadGrid.getUnitCoords(sx, sy);
546 vertexArrays.push_back(va::Float("a_unitCoords", 4, numElements, 0, (const float*)quadGrid.getUnitCoords()));
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 160 const tcu::Vec4* getUnitCoords (void) const { return &m_unitCoords[0]; }
166 tcu::Vec4 getUnitCoords (float sx, float sy) const;
226 m_unitCoords[vtxNdx] = getUnitCoords(sx, sy);
268 inline tcu::Vec4 QuadGrid::getUnitCoords (float sx, float sy) const
425 unitCoords = m_quadGrid.getUnitCoords(sx, sy);
    [all...]

Completed in 335 milliseconds