OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lodLoc
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp
758
const int
lodLoc
= glGetUniformLocation(programID, "u_lod");
759
if (
lodLoc
!= -1)
760
glUniform1f(
lodLoc
, lod);
[
all
...]
es3fShaderTextureFunctionTests.cpp
[
all
...]
/external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp
657
const int
lodLoc
= glGetUniformLocation(programID, "u_lod");
658
if (
lodLoc
!= -1)
659
glUniform1f(
lodLoc
, lod);
[
all
...]
Completed in 91 milliseconds