Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dmisc.c123 ctx->Color.ClearIndex = (GLuint) c; in gl_ClearIndex()
126 (*ctx->Driver.ClearIndex)( ctx, ctx->Color.ClearIndex ); in gl_ClearIndex()
208 indx[j] = ctx->Color.ClearIndex; in clear_color_buffer_with_masking()
H A Dpointers.c178 table->ClearIndex = gl_ClearIndex; in init_exec_pointers()
363 table->ClearIndex = gl_save_ClearIndex; in init_dlist_pointers()
H A Ddd.h174 void (*ClearIndex)( GLcontext *ctx, GLuint index ); member
H A Dtypes.h331 void (*ClearIndex)( GLcontext *, GLfloat ); member
623 GLuint ClearIndex; /* Index to use for glClear */ member
H A Dget.c356 *params = INT_TO_BOOL(ctx->Color.ClearIndex); in gl_GetBooleanv()
1119 *params = (GLdouble) ctx->Color.ClearIndex; in gl_GetDoublev()
1881 *params = (GLfloat) ctx->Color.ClearIndex; in gl_GetFloatv()
2647 *params = (GLint) ctx->Color.ClearIndex; in gl_GetIntegerv()
H A Dcontext.c604 ctx->Color.ClearIndex = 0; in initialize_context()
H A Dapi.c165 (*CC->API.ClearIndex)(CC, c); in _mesa_ClearIndex()
H A Ddlist.c876 (*ctx->Exec.ClearIndex)( ctx, c ); in gl_save_ClearIndex()
/reactos/dll/opengl/opengl32/
H A Dglapi_x86.s54 USE_GL_FUNC ClearIndex, 205, 4
H A Dswimpl.c1319 ctx->Driver.ClearIndex = clear_index_##__bpp; \ in setup_DD_pointers()
1340 ctx->Driver.ClearIndex = clear_index_32; in setup_DD_pointers()
H A Dicd.h219 void (GLAPIENTRY * ClearIndex)(GLfloat);
H A Dglfuncs.h216 USE_GL_FUNC(ClearIndex, (GLfloat c), (c), 205, 4)