OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_mask
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp
159
int
config_mask
;
member in struct:copybit_context_t
606
// For A3xx - set 0x0 as the transform is set in the
config_mask
737
c2dObject->
config_mask
|= C2D_TARGET_RECT_BIT;
744
c2dObject->
config_mask
|= C2D_SOURCE_RECT_BIT;
751
c2dObject->
config_mask
|= C2D_SCISSOR_RECT_BIT;
778
ctx->
config_mask
|= C2D_GLOBAL_ALPHA_BIT;
780
ctx->
config_mask
&= ~C2D_GLOBAL_ALPHA_BIT;
786
ctx->
config_mask
|= C2D_ALPHA_BLEND_NONE;
791
ctx->
config_mask
&= ~C2D_ALPHA_BLEND_NONE;
798
uint32
config_mask
= 0
local
[
all
...]
c2d2.h
213
/* Configuration bits, used in the
config_mask
field of C2D_OBJECT struct */
277
/* Configuration bits, used in the
config_mask
field of C2D_OBJECT struct */
373
uint32
config_mask
; /* defines which fields below are enabled */
member in struct:C2D_OBJECT_STR
[
all
...]
/hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp
159
int
config_mask
;
member in struct:copybit_context_t
617
// For A3xx - set 0x0 as the transform is set in the
config_mask
756
c2dObject->
config_mask
|= C2D_TARGET_RECT_BIT;
763
c2dObject->
config_mask
|= C2D_SOURCE_RECT_BIT;
770
c2dObject->
config_mask
|= C2D_SCISSOR_RECT_BIT;
797
ctx->
config_mask
|= C2D_GLOBAL_ALPHA_BIT;
799
ctx->
config_mask
&= ~C2D_GLOBAL_ALPHA_BIT;
805
ctx->
config_mask
|= C2D_ALPHA_BLEND_NONE;
810
ctx->
config_mask
&= ~C2D_ALPHA_BLEND_NONE;
817
uint32
config_mask
= 0
local
[
all
...]
c2d2.h
213
/* Configuration bits, used in the
config_mask
field of C2D_OBJECT struct */
277
/* Configuration bits, used in the
config_mask
field of C2D_OBJECT struct */
373
uint32
config_mask
; /* defines which fields below are enabled */
member in struct:C2D_OBJECT_STR
[
all
...]
/hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp
159
int
config_mask
;
member in struct:copybit_context_t
606
// For A3xx - set 0x0 as the transform is set in the
config_mask
737
c2dObject->
config_mask
|= C2D_TARGET_RECT_BIT;
744
c2dObject->
config_mask
|= C2D_SOURCE_RECT_BIT;
751
c2dObject->
config_mask
|= C2D_SCISSOR_RECT_BIT;
778
ctx->
config_mask
|= C2D_GLOBAL_ALPHA_BIT;
780
ctx->
config_mask
&= ~C2D_GLOBAL_ALPHA_BIT;
786
ctx->
config_mask
|= C2D_ALPHA_BLEND_NONE;
791
ctx->
config_mask
&= ~C2D_ALPHA_BLEND_NONE;
798
uint32
config_mask
= 0
local
[
all
...]
c2d2.h
213
/* Configuration bits, used in the
config_mask
field of C2D_OBJECT struct */
277
/* Configuration bits, used in the
config_mask
field of C2D_OBJECT struct */
373
uint32
config_mask
; /* defines which fields below are enabled */
member in struct:C2D_OBJECT_STR
[
all
...]
/hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp
163
mBlit.
config_mask
= C2D_ALPHA_BLEND_NONE | C2D_NO_BILINEAR_BIT | C2D_NO_ANTIALIASING_BIT | C2D_TARGET_RECT_BIT;
Completed in 40 milliseconds