Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glClearColorx

286 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
288 getDispatch()->glClearColorx(red, green, blue, alpha);