Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSimpleOperationTest.cpp812 const GLint color1Loc = glGetAttribLocation(program, "color1"); in TEST_P() local
814 ASSERT_NE(-1, color1Loc); in TEST_P()
838 glVertexAttribPointer(color1Loc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, nullptr); in TEST_P()
839 glEnableVertexAttribArray(color1Loc); in TEST_P()

Completed in 2 milliseconds