Home
last modified time | relevance | path

Searched refs:ColorMask (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/mesa/
DGrGLCreateMesaInterface.cpp50 GR_GL_GET_PROC(ColorMask); in GrGLCreateMesaInterface()
/external/skia/src/gpu/gl/
DGrGpuGL.cpp423 GL_CALL(ColorMask(GR_GL_TRUE, GR_GL_TRUE, GR_GL_TRUE, GR_GL_TRUE)); in onResetContext()
465 GL_CALL(ColorMask(GR_GL_TRUE, GR_GL_TRUE, GR_GL_TRUE, GR_GL_TRUE)); in onResetContext()
1282 GL_CALL(ColorMask(GR_GL_TRUE, GR_GL_TRUE, GR_GL_TRUE, GR_GL_TRUE)); in onClear()
2095 GL_CALL(ColorMask(mask, mask, mask, mask)); in flushGLStateCommon()
/external/mesa3d/docs/
DRELNOTES-3.5144 The ctx->Driver.IndexMask() and ctx->Driver.ColorMask() functions
/external/mesa3d/src/mesa/main/
Dmtypes.h703 GLubyte ColorMask[MAX_DRAW_BUFFERS][4];/**< Each flag is 0xff or 0x0 */ member