Home
last modified time | relevance | path

Searched defs:texLocation (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/tests/gl_tests/
DBindUniformLocationTest.cpp402 const GLuint texLocation = 54; in TEST_P() local
473 const GLuint texLocation = 2; in TEST_P() local
504 const GLuint texLocation = 3; in TEST_P() local
DTextureMultisampleTest.cpp452 GLint texLocation = glGetUniformLocation(texelFetchProgram, "tex"); in TEST_P() local
929 GLint texLocation = glGetUniformLocation(texSizeProgram, "tex"); in TEST_P() local
958 GLint texLocation = glGetUniformLocation(texelFetchProgram, "tex"); in TEST_P() local
1017 GLint texLocation = glGetUniformLocation(texelFetchProgram, "tex"); in TEST_P() local
DUniformTest.cpp1434 GLint texLocation = glGetUniformLocation(mProgram, "tex[0]"); in TEST_P() local
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp694 GLuint texLocation = gl.getUniformLocation(program.getProgram(), "tex"); in drawTexture() local