Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp806 uint32_t clearIndex = i % 2 == 0 ? 0 : i; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl.cpp722 void Context::clearIndex(GLfloat c) in clearIndex() function in gl::Context