Searched refs:clearIndex (Results 1 – 4 of 4) sorted by relevance
22 void clearIndex(GLfloat c); \
727 void Context::clearIndex(GLfloat c) in clearIndex() function in gl::Context
765 uint32_t clearIndex = i % 2 == 0 ? 0 : i; in TEST_P() local766 const GLColor &expect = clearValues[clearIndex]; in TEST_P()
302 context->clearIndex(c); in GL_ClearIndex()