Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glLogicOp

127     glLogicOp_t glLogicOp;
399 glLogicOp_t set_glLogicOp(glLogicOp_t f) { glLogicOp_t retval = glLogicOp; glLogicOp = f; return retval;}