Home
last modified time | relevance | path

Searched refs:texCubeLocation (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCubeMapTextureTest.cpp188 GLint texCubeLocation = glGetUniformLocation(program, "texCube"); in runSampleCoordinateTransformTest() local
189 ASSERT_NE(-1, texCubeLocation); in runSampleCoordinateTransformTest()
190 glUniform1i(texCubeLocation, 0); in runSampleCoordinateTransformTest()
H A DTextureTest.cpp7033 GLint texCubeLocation = glGetUniformLocation(mProgram, "texCube");
7034 ASSERT_NE(-1, texCubeLocation);
7037 glUniform1i(texCubeLocation, 0);

Completed in 10 milliseconds