Home
last modified time | relevance | path

Searched refs:ClearIndex (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dclear.c51 ctx->Color.ClearIndex = (GLuint) c; in _mesa_ClearIndex()
Dblend.c1194 ctx->Color.ClearIndex = 0; in _mesa_init_color()
Dattrib.c1012 _mesa_ClearIndex((GLfloat) color->ClearIndex); in _mesa_PopAttrib()
Dmtypes.h373 GLuint ClearIndex; /**< Index for glClear */ member
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp769 { "glClearIndex", _O(ClearIndex) },
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp304 ANGLE_CAPTURE(ClearIndex, isCallValid, context, c); in GL_ClearIndex()