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

  /external/deqp/external/openglcts/modules/common/
glcShaderRenderCase.cpp 182 const Vec4* getUnitCoords(void) const
196 Vec4 getUnitCoords(float sx, float sy) const;
256 m_unitCoords[vtxNdx] = getUnitCoords(sx, sy);
295 inline Vec4 QuadGrid::getUnitCoords(float sx, float sy) const
356 unitCoords = quadGrid.getUnitCoords(sx, sy);
603 vertexArrays.push_back(va::Float("a_unitCoords", 4, numElements, 0, (const float*)quadGrid.getUnitCoords()));
  /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 159 const tcu::Vec4* getUnitCoords (void) const { return &m_unitCoords[0]; }
165 tcu::Vec4 getUnitCoords (float sx, float sy) const;
225 m_unitCoords[vtxNdx] = getUnitCoords(sx, sy);
267 inline tcu::Vec4 QuadGrid::getUnitCoords (float sx, float sy) const
424 unitCoords = m_quadGrid.getUnitCoords(sx, sy);
    [all...]

Completed in 109 milliseconds