HomeSort by relevance Sort by last modified time
    Searched refs:LIT (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/zlib/
inflate.h 38 CODELENS, /* i: waiting for length/lit and distance code lengths */
39 LEN, /* i: waiting for length/lit code */
44 LIT, /* o: waiting for output space to write literal */
69 LEN -> LENEXT or LIT or TYPE
71 LIT -> LEN
inflate.c     [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 38 CODELENS, /* i: waiting for length/lit and distance code lengths */
39 LEN, /* i: waiting for length/lit code */
44 LIT, /* o: waiting for output space to write literal */
69 LEN -> LENEXT or LIT or TYPE
71 LIT -> LEN
inflate.c     [all...]
  /external/zlib/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
120 int back; /* bits back of last unprocessed length/lit */
inflate.c     [all...]
  /frameworks/base/opengl/libagl/
primitives.cpp 76 if (!(v0->flags & vertex_t::LIT)) {
77 v0->flags |= vertex_t::LIT;
82 if (!(v1->flags & vertex_t::LIT)) {
83 v1->flags |= vertex_t::LIT;
88 if(!(v2->flags & vertex_t::LIT)) {
89 v2->flags |= vertex_t::LIT;
99 if (!(v2->flags & vertex_t::LIT)) {
100 v2->flags |= vertex_t::LIT;
112 if (!(v0->flags & vertex_t::LIT))
114 if (!(v1->flags & vertex_t::LIT))
    [all...]
light.cpp 442 v->flags |= vertex_t::LIT;
array.cpp 1039 nv->flags |= vertex_t::LIT | vertex_t::EYE | vertex_t::TT;
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 126 LIT = 0x4000, // lighting has been applied

Completed in 205 milliseconds