OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unitCoords
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderAlgorithmTests.cpp
185
float H = c.
unitCoords
.x();
186
float S = c.
unitCoords
.y();
187
float L = c.
unitCoords
.z();
236
float r = c.
unitCoords
.x();
237
float g = c.
unitCoords
.y();
238
float b = c.
unitCoords
.z();
/external/deqp/modules/glshared/
glsShaderRenderCase.hpp
155
tcu::Vec4
unitCoords
;
glsShaderRenderCase.cpp
305
unitCoords
= quadGrid.getUnitCoords(sx, sy);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp
207
tcu::Vec4
unitCoords
;
vktShaderRender.cpp
425
unitCoords
= m_quadGrid.getUnitCoords(sx, sy);
[
all
...]
Completed in 128 milliseconds