OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_unitCoords
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsShaderRenderCase.cpp
150
const Vec4* getUnitCoords (void) const { return &
m_unitCoords
[0]; }
171
vector<Vec4>
m_unitCoords
; //!< Positive-only coordinates [0.0 .. 1.5].
190
m_unitCoords
.resize(m_numVertices);
211
m_unitCoords
[vtxNdx] = getUnitCoords(sx, sy);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp
137
const tcu::Vec4* getUnitCoords (void) const { return &
m_unitCoords
[0]; }
160
std::vector<tcu::Vec4>
m_unitCoords
; //!< Positive-only coordinates [0.0 .. 1.5].
185
m_unitCoords
.resize(m_numVertices);
203
m_unitCoords
[vtxNdx] = getUnitCoords(sx, sy);
[
all
...]
Completed in 415 milliseconds