HomeSort by relevance Sort by last modified time
    Searched refs:texLoc (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 223 deUint32 texLoc = -1;
242 texLoc = glGetUniformLocation(m_program->getProgram(), "u_texture");
244 TCU_CHECK(texLoc != (deUint32)-1);
246 GLU_CHECK_CALL(glUniform1i(texLoc, 0));
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 771 const int texLoc = glGetUniformLocation(programID, "u_texture");
772 if (texLoc != -1)
773 glUniform1i(texLoc, 0);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 670 const int texLoc = glGetUniformLocation(programID, "u_texture");
671 if (texLoc != -1)
672 glUniform1i(texLoc, 0);
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 432 int texLoc = glGetUniformLocationARB(prog, "s_texture");
433 glUniform1iARB(texLoc, 0);

Completed in 79 milliseconds