Home
last modified time | relevance | path

Searched refs:st_Bitmap (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.h49 void st_Bitmap(struct gl_context *ctx, GLint x, GLint y,
Dst_cb_bitmap.c600 st_Bitmap(struct gl_context *ctx, GLint x, GLint y, in st_Bitmap() function
/third_party/mesa3d/src/mesa/main/
Ddrawpix.c374 st_Bitmap( ctx, x, y, width, height, &ctx->Unpack, bitmap ); in _mesa_Bitmap()