Searched defs:texLocation (Results 1 – 4 of 4) sorted by relevance
402 const GLuint texLocation = 54; in TEST_P() local473 const GLuint texLocation = 2; in TEST_P() local504 const GLuint texLocation = 3; in TEST_P() local
452 GLint texLocation = glGetUniformLocation(texelFetchProgram, "tex"); in TEST_P() local929 GLint texLocation = glGetUniformLocation(texSizeProgram, "tex"); in TEST_P() local958 GLint texLocation = glGetUniformLocation(texelFetchProgram, "tex"); in TEST_P() local1017 GLint texLocation = glGetUniformLocation(texelFetchProgram, "tex"); in TEST_P() local
1434 GLint texLocation = glGetUniformLocation(mProgram, "tex[0]"); in TEST_P() local
694 GLuint texLocation = gl.getUniformLocation(program.getProgram(), "tex"); in drawTexture() local