Home
last modified time | relevance | path

Searched defs:clearIndex (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/
DClearTest.cpp796 uint32_t clearIndex = i % 2 == 0 ? 0 : i; in TEST_P() local
/external/angle/src/libANGLE/
DContext_gl.cpp722 void Context::clearIndex(GLfloat c) in clearIndex() function in gl::Context