OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_COPY
(Results
1 - 6
of
6
) sorted by null
/system/core/libpixelflinger/
picker.cpp
111
n |= GGL_BUILD_NEEDS(
GGL_COPY
, LOGIC_OP);
buffer.cpp
234
case
GGL_COPY
: return s;
pixelflinger.cpp
801
c->state.logic_op.opcode =
GGL_COPY
;
/system/core/include/pixelflinger/
pixelflinger.h
143
GGL_COPY
= 0x1503, // s
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
816
if (opcode ==
GGL_COPY
)
832
case
GGL_COPY
: break;
[
all
...]
texturing.cpp
237
case
GGL_COPY
:
[
all
...]
Completed in 25 milliseconds