Searched refs:blit_rgb_count (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp151 int blit_rgb_count; // Total RGB surfaces being blit member in struct:copybit_context_t
240 ctx->blit_rgb_count = 0;
670 ctx->blit_rgb_count = 0;
1124 if (ctx->blit_rgb_count == MAX_RGB_SURFACES ||
1188 src_surface = ctx->blit_rgb_object[ctx->blit_rgb_count];
1306 ctx->blit_rgb_object[ctx->blit_rgb_count] = src_surface;
1307 ctx->blit_rgb_count++;
1694 ctx->blit_rgb_count = 0;
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp151 int blit_rgb_count; // Total RGB surfaces being blit member in struct:copybit_context_t
242 ctx->blit_rgb_count = 0;
681 ctx->blit_rgb_count = 0;
1143 if (ctx->blit_rgb_count == MAX_RGB_SURFACES ||
1216 src_surface = ctx->blit_rgb_object[ctx->blit_rgb_count];
1334 ctx->blit_rgb_object[ctx->blit_rgb_count] = src_surface;
1335 ctx->blit_rgb_count++;
1728 ctx->blit_rgb_count = 0;
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp151 int blit_rgb_count; // Total RGB surfaces being blit member in struct:copybit_context_t
240 ctx->blit_rgb_count = 0;
670 ctx->blit_rgb_count = 0;
1124 if (ctx->blit_rgb_count == MAX_RGB_SURFACES ||
1188 src_surface = ctx->blit_rgb_object[ctx->blit_rgb_count];
1306 ctx->blit_rgb_object[ctx->blit_rgb_count] = src_surface;
1307 ctx->blit_rgb_count++;
1694 ctx->blit_rgb_count = 0;

Completed in 12 milliseconds