Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:blit

114 #define MAX_BLIT_OBJECT_COUNT 50 // Max. blit objects that can be passed per draw
144 C2D_OBJECT_STR blit_list[MAX_BLIT_OBJECT_COUNT]; // Z-ordered list of blit objects
151 int blit_rgb_count; // Total RGB surfaces being blit
153 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit
154 int blit_count; // Total blit objects.
361 // address after the blit. Store this address
908 /* Function to check if we need a temporary buffer for the blit.
941 * the blit operation.
1067 /** do a stretch blit type operation */
1324 ALOGW("Reached end of blit count");
1385 /** Perform a blit type operation */
1529 ctx->device.blit = blit_copybit;