OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFg
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp
162
ovutils::eIsFg
isFg
= ovutils::IS_FG_OFF;
215
ovutils::PipeArgs parg(mdpFlags, info, zOrder,
isFg
,
hwc_mdpcomp.cpp
[
all
...]
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp
168
ovutils::eIsFg
isFg
= ovutils::IS_FG_OFF;
221
ovutils::PipeArgs parg(mdpFlags, info, zOrder,
isFg
,
hwc_mdpcomp.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp
395
const bool
isFg
= tcu::compareThreshold(resPix, fgRef, threshold);
397
if (!isBg && !
isFg
)
400
if (
isFg
)
586
const bool
isFg
= tcu::compareThreshold(resPix, fgRef, isFgThreshold);
593
if ((!isBg && !
isFg
) || // Neither of valid colors (ignoring blue channel that has derivate)
594
(nonZeroDeriv && !neighborBg && !
isFg
)) // Has non-zero derivate, but sample not at primitive edge or inside primitive
597
if (
isFg
)
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp
817
eIsFg
isFg
= IS_FG_OFF;
823
return configureLowRes(ctx, layer, mDpy, mdpFlags, zOrder,
isFg
, dest,
[
all
...]
/hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h
324
isFg
(IS_FG_OFF),
336
isFg
(fg),
345
eIsFg
isFg
; // control alpha & transp
/hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h
355
isFg
(IS_FG_OFF),
367
isFg
(fg),
376
eIsFg
isFg
; // control alpha & transp
/hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h
347
isFg
(IS_FG_OFF),
359
isFg
(fg),
368
eIsFg
isFg
; // control alpha & transp
Completed in 2786 milliseconds