HomeSort by relevance Sort by last modified time
    Searched refs:blit_count (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 152 int blit_count; // Total blit objects. member in struct:copybit_context_t
243 ctx->blit_count = 0;
604 if (ctx->blit_count == 0) {
608 for (int i = 0; i < ctx->blit_count; i++)
612 ctx->blit_list[ctx->blit_count-1].next = NULL;
620 ctx->blit_count)) {
683 ctx->blit_count = 0;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 152 int blit_count; // Total blit objects. member in struct:copybit_context_t
243 ctx->blit_count = 0;
610 if (ctx->blit_count == 0) {
614 for (int i = 0; i < ctx->blit_count; i++)
618 ctx->blit_list[ctx->blit_count-1].next = NULL;
626 ctx->blit_count)) {
689 ctx->blit_count = 0;
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 151 int blit_count; // Total blit objects. member in struct:copybit_context_t
242 ctx->blit_count = 0;
609 if (ctx->blit_count == 0) {
613 for (int i = 0; i < ctx->blit_count; i++)
617 ctx->blit_list[ctx->blit_count-1].next = NULL;
625 ctx->blit_count)) {
688 ctx->blit_count = 0;
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 154 int blit_count; // Total blit objects. member in struct:copybit_context_t
243 ctx->blit_count = 0;
594 if (ctx->blit_count == 0) {
598 for (int i = 0; i < ctx->blit_count; i++)
602 ctx->blit_list[ctx->blit_count-1].next = NULL;
610 ctx->blit_count)) {
673 ctx->blit_count = 0;
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 151 int blit_count; // Total blit objects. member in struct:copybit_context_t
242 ctx->blit_count = 0;
613 if (ctx->blit_count == 0) {
617 for (int i = 0; i < ctx->blit_count; i++)
621 ctx->blit_list[ctx->blit_count-1].next = NULL;
629 ctx->blit_count)) {
692 ctx->blit_count = 0;
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 152 int blit_count; // Total blit objects. member in struct:copybit_context_t
245 ctx->blit_count = 0;
615 if (ctx->blit_count == 0) {
619 for (int i = 0; i < ctx->blit_count; i++)
623 ctx->blit_list[ctx->blit_count-1].next = NULL;
631 ctx->blit_count)) {
694 ctx->blit_count = 0;
    [all...]

Completed in 59 milliseconds