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

/frameworks/base/opengl/libagl/
H A Dstate.cpp122 static bool stencilop_valid(GLenum op) { function in namespace:android
238 if ((stencilop_valid(fail) &
239 stencilop_valid(zfail) &
240 stencilop_valid(zpass)) == 0) {

Completed in 1332 milliseconds