Home
last modified time | relevance | path

Searched defs:needs (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/tests/codegen/
Dcodegen.cpp38 ScanlineAssembly(needs_t needs, size_t size) in ScanlineAssembly()
48 needs_t needs; in ggl_test_codegen() local
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp63 int GGLAssembler::scanline(const needs_t& needs, context_t const* c) in scanline()
95 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c) in scanline_core()
351 fragment_parts_t& parts, const needs_t& needs) in build_scanline_prolog()
725 const needs_t& needs = mBuilderContext.needs; in build_depth_test() local
788 const needs_t& needs = mBuilderContext.needs; in build_iterate_z() local
799 const needs_t& needs = mBuilderContext.needs; in build_iterate_f() local
815 const needs_t& needs = mBuilderContext.needs; in build_logic_op() local
964 const needs_t& needs = mBuilderContext.needs; in build_masking() local
Dtexturing.cpp229 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs) in decodeLogicOpNeeds()
263 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c) in decodeTMUNeeds()
326 const needs_t& needs = mBuilderContext.needs; in init_textures() local
DGGLAssembler.h355 needs_t needs; member
/system/core/libpixelflinger/
Dscanline.cpp300 ScanlineAssembly(needs_t needs, size_t size) in ScanlineAssembly()