Home
last modified time | relevance | path

Searched defs:texLocation (Results 1 – 5 of 5) 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.cpp495 GLint texLocation = glGetUniformLocation(texelFetchProgram, "tex"); in TEST_P() local
972 GLint texLocation = glGetUniformLocation(texSizeProgram, "tex"); in TEST_P() local
1001 GLint texLocation = glGetUniformLocation(texelFetchProgram, "tex"); in TEST_P() local
1060 GLint texLocation = glGetUniformLocation(texelFetchProgram, "tex"); in TEST_P() local
DUniformTest.cpp1449 GLint texLocation = glGetUniformLocation(mProgram, "tex[0]"); in TEST_P() local
DTextureTest.cpp1948 GLint texLocation = glGetUniformLocation(program, "tex"); in TestSampleWithDepthStencilMode() local
/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp692 GLuint texLocation = gl.getUniformLocation(program.getProgram(), "tex"); in drawTexture() local