HomeSort by relevance Sort by last modified time
    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