OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_color
(Results
1 - 20
of
20
) sorted by null
/hardware/qcom/display/msm8084/libcopybit/
copybit.cpp
605
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
606
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
607
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
608
req->
const_color
.alpha = MDP_ALPHA_NOP;
658
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
659
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
660
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
661
req->
const_color
.alpha = (uint32_t)((color >> 24) & 0xff);
/hardware/qcom/display/msm8226/libcopybit/
copybit.cpp
605
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
606
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
607
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
608
req->
const_color
.alpha = MDP_ALPHA_NOP;
658
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
659
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
660
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
661
req->
const_color
.alpha = (uint32_t)((color >> 24) & 0xff);
/hardware/qcom/display/msm8909/libcopybit/
copybit.cpp
632
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
633
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
634
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
635
req->
const_color
.alpha = MDP_ALPHA_NOP;
685
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
686
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
687
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
688
req->
const_color
.alpha = (uint32_t)((color >> 24) & 0xff);
/hardware/qcom/display/msm8994/libcopybit/
copybit.cpp
617
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
618
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
619
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
620
req->
const_color
.alpha = MDP_ALPHA_NOP;
670
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
671
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
672
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
673
req->
const_color
.alpha = (uint32_t)((color >> 24) & 0xff);
/hardware/qcom/display/msm8996/libcopybit/
copybit.cpp
637
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
638
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
639
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
640
req->
const_color
.alpha = MDP_ALPHA_NOP;
690
req->
const_color
.r = (uint32_t)((color >> 0) & 0xff);
691
req->
const_color
.g = (uint32_t)((color >> 8) & 0xff);
692
req->
const_color
.b = (uint32_t)((color >> 16) & 0xff);
693
req->
const_color
.alpha = (uint32_t)((color >> 24) & 0xff);
/external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c
116
"
const_color
",
/external/skia/src/gpu/
GrXferProcessor.cpp
165
return "
const_color
";
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c
67
NVC0_BLEND_FACTOR_CASE(
CONST_COLOR
, CONSTANT_COLOR);
/hardware/qcom/msm8994/original-kernel-headers/linux/
msm_mdp.h
311
struct color
const_color
;
member in struct:mdp_blit_req
/hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h
358
struct color
const_color
;
member in struct:mdp_blit_req
[
all
...]
/hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h
291
struct color
const_color
;
member in struct:mdp_blit_req
/hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_mdp.h
289
struct color
const_color
;
member in struct:mdp_blit_req
/external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c
97
NV50_BLEND_FACTOR_CASE(
CONST_COLOR
, CONSTANT_COLOR);
[
all
...]
/hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h
304
struct color
const_color
;
member in struct:mdp_blit_req
[
all
...]
/hardware/qcom/msm8x84/kernel-headers/linux/
msm_mdp.h
301
struct color
const_color
;
member in struct:mdp_blit_req
[
all
...]
/hardware/qcom/msm8994/kernel-headers/linux/
msm_mdp.h
322
struct color
const_color
;
member in struct:mdp_blit_req
[
all
...]
/hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp.h
382
struct color
const_color
;
member in struct:mdp_blit_req
[
all
...]
/prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libGL.so
libGL.so.1
libosmesa.so
Completed in 2093 milliseconds