Searched refs:accum_or_load (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | accum.c | 247 accum_or_load(struct gl_context *ctx, GLfloat value, in accum_or_load() function 483 accum_or_load(ctx, value, xpos, ypos, width, height, GL_FALSE); in _mesa_accum() 487 accum_or_load(ctx, value, xpos, ypos, width, height, GL_TRUE); in _mesa_accum()
|
/external/mesa3d/src/mesa/main/ |
D | accum.c | 247 accum_or_load(struct gl_context *ctx, GLfloat value, in accum_or_load() function 483 accum_or_load(ctx, value, xpos, ypos, width, height, GL_FALSE); in _mesa_accum() 487 accum_or_load(ctx, value, xpos, ypos, width, height, GL_TRUE); in _mesa_accum()
|