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

  /frameworks/native/opengl/libagl/
vertex.cpp 112 // compute eye coordinates
114 &c->transforms.modelview.transform, &v->eye, &v->obj);
115 v->flags |= vertex_t::EYE;
124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v);
context.h 114 EYE = 0x0040,
137 vec4_t eye; member in union:android::gl::vertex_t::__anon46472
294 vec4_t position; // position in eye space
array.cpp 1041 nv->flags |= vertex_t::LIT | vertex_t::EYE | vertex_t::TT;
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 248 {dot}eye { return EYE; }
program_parse.y 173 %token EMISSION ENV EYE
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
coff-ppc.c 76 /* Need a 7 char string for an eye catcher. */
77 #define EYE "krkjunk"
80 #define HASH_CHECK_INIT(ret) strcpy(ret->eye_catcher, EYE)
82 if (strcmp(addr->eye_catcher, EYE) != 0) \
85 _("File %s, line %d, Hash check failure, bad eye %8s\n"), \
    [all...]

Completed in 401 milliseconds