Home
last modified time | relevance | path

Searched refs:clearIndex (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h22 void clearIndex(GLfloat c); \
DContext_gl.cpp727 void Context::clearIndex(GLfloat c) in clearIndex() function in gl::Context
/external/angle/src/tests/gl_tests/
DClearTest.cpp765 uint32_t clearIndex = i % 2 == 0 ? 0 : i; in TEST_P() local
766 const GLColor &expect = clearValues[clearIndex]; in TEST_P()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp302 context->clearIndex(c); in GL_ClearIndex()