Home
last modified time | relevance | path

Searched refs:GGL_COPY (Results 1 – 6 of 6) sorted by relevance

/system/core/libpixelflinger/
Dpicker.cpp111 n |= GGL_BUILD_NEEDS(GGL_COPY, LOGIC_OP); in ggl_pick()
Dbuffer.cpp236 case GGL_COPY: return s; in logic_op()
Dpixelflinger.cpp793 c->state.logic_op.opcode = GGL_COPY; in ggl_init_context()
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h143 GGL_COPY = 0x1503, // s enumerator
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp817 if (opcode == GGL_COPY) in build_logic_op()
833 case GGL_COPY: break; in build_logic_op()
Dtexturing.cpp234 case GGL_COPY: in decodeLogicOpNeeds()