Searched refs:LIT (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dprimitives.cpp76 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...]
H A Dcontext.h123 LIT = 0x4000, // lighting has been applied enumerator in enum:android::gl::vertex_t::__anon1497
H A Dlight.cpp449 v->flags |= vertex_t::LIT;
H A Darray.cpp1039 nv->flags |= vertex_t::LIT | vertex_t::EYE | vertex_t::TT;

Completed in 107 milliseconds