Lines Matching defs:bitmap
341 struct bitmap_state Bitmap; /**< For _mesa_meta_Bitmap() */
1156 * Used by the meta-Clear, Draw/CopyPixels and Bitmap functions where the Z
1203 * Return pointer to temp_texture info for non-bitmap ops.
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex;
2616 * the 'off' bits. A bitmap cache as in the gallium/mesa state
2625 struct bitmap_state *bitmap = &ctx->Meta->Bitmap;
2666 if (bitmap->ArrayObj == 0) {
2670 _mesa_GenVertexArraysAPPLE(1, &bitmap->ArrayObj);
2671 _mesa_BindVertexArrayAPPLE(bitmap->ArrayObj);
2674 _mesa_GenBuffersARB(1, &bitmap->VBO);
2675 _mesa_BindBufferARB(GL_ARRAY_BUFFER_ARB, bitmap->VBO);
2688 _mesa_BindVertexArray(bitmap->ArrayObj);
2689 _mesa_BindBufferARB(GL_ARRAY_BUFFER_ARB, bitmap->VBO);