Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSimpleOperationTest.cpp813 const GLint color2Loc = glGetAttribLocation(program, "color2"); in TEST_P() local
815 ASSERT_NE(-1, color2Loc); in TEST_P()
844 glVertexAttribPointer(color2Loc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, nullptr); in TEST_P()
845 glEnableVertexAttribArray(color2Loc); in TEST_P()

Completed in 2 milliseconds