OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_coordScale
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsVertexArrayTests.cpp
825
const float
u_coordScale
= getUniformByName("
u_coordScale
").value.f;
854
packet.position = tcu::Vec4(
u_coordScale
* coord.x(),
u_coordScale
* coord.y(), 1.0f, 1.0f);
920
"uniform highp float
u_coordScale
;\n"
1014
"\tgl_Position = vec4(
u_coordScale
* coord, 1.0, 1.0);\n"
1136
decl << sglr::pdec::Uniform("
u_coordScale
", glu::TYPE_FLOAT);
1164
m_ctx.uniform1f(m_ctx.getUniformLocation(program, "
u_coordScale
"), coordScale);
[
all
...]
glsDrawTest.cpp
[
all
...]
Completed in 45 milliseconds