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

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

Completed in 292 milliseconds