OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ggl_needs_to_blendfactor
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
117
mBlendSrc =
ggl_needs_to_blendfactor
(GGL_READ_NEEDS(BLEND_SRC, needs.n));
118
mBlendDst =
ggl_needs_to_blendfactor
(GGL_READ_NEEDS(BLEND_DST, needs.n));
119
mBlendSrcA =
ggl_needs_to_blendfactor
(GGL_READ_NEEDS(BLEND_SRCA, needs.n));
120
mBlendDstA =
ggl_needs_to_blendfactor
(GGL_READ_NEEDS(BLEND_DSTA, needs.n));
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
174
inline uint32_t
ggl_needs_to_blendfactor
(uint32_t n) {
function in namespace:android
Completed in 11 milliseconds