HomeSort by relevance Sort by last modified time
    Searched full:dst_surface_mapped (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr member in struct:copybit_context_t
244 ctx->dst_surface_mapped = false;
684 ctx->dst_surface_mapped = false;
700 if(!ctx->dst_surface_mapped) {
710 //with the dest surface, hence set dst_surface_mapped.
711 ctx->dst_surface_mapped = true;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr member in struct:copybit_context_t
244 ctx->dst_surface_mapped = false;
690 ctx->dst_surface_mapped = false;
706 if(!ctx->dst_surface_mapped) {
716 //with the dest surface, hence set dst_surface_mapped.
717 ctx->dst_surface_mapped = true;
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 163 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr member in struct:copybit_context_t
246 ctx->dst_surface_mapped = false;
685 ctx->dst_surface_mapped = false;
701 if(!ctx->dst_surface_mapped) {
711 //with the dest surface, hence set dst_surface_mapped.
712 ctx->dst_surface_mapped = true;
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 160 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr member in struct:copybit_context_t
243 ctx->dst_surface_mapped = false;
693 ctx->dst_surface_mapped = false;
709 if(!ctx->dst_surface_mapped) {
719 //with the dest surface, hence set dst_surface_mapped.
720 ctx->dst_surface_mapped = true;
    [all...]

Completed in 400 milliseconds