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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 163 context_dirty(ctx, MODELVIEW);
173 context_dirty(ctx, MODELVIEW);
187 context_dirty(ctx, MODELVIEW);
241 context_dirty(ctx, MODELVIEW);
270 context_dirty(ctx, MODELVIEW);
284 context_dirty(ctx, MODELVIEW);
374 context_dirty(ctx, MODELVIEW);
462 context_dirty(ctx, MODELVIEW);
  /external/mesa3d/src/mesa/program/
program_lexer.l 263 {dot}modelview { return MODELVIEW; }
program_parse.y 178 %token MATERIAL MAT_PROGRAM MATRIX MATRIXINDEX MODELVIEW MVP
    [all...]
  /frameworks/native/opengl/libagl/
context.h 487 MODELVIEW = 0x01,
496 matrix_stack_t modelview; member in struct:android::gl::transform_state_t
500 // modelview * projection
506 // full modelview inverse transpose
array.cpp     [all...]
matrix.cpp 67 c->transforms.modelview.init(OGLES_MODELVIEW_STACK_DEPTH);
72 c->transforms.current = &c->transforms.modelview;
89 c->transforms.modelview.uninit();
121 // Validate the modelview
122 if (dirty & transform_state_t::MODELVIEW) {
123 c->transforms.modelview.validate();
497 case GL_MODELVIEW: dirty |= MODELVIEW | MVP | MVUI | MVIT; break;
508 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top());
578 const GLfloat* const mv = modelview.top().elements();
591 const GLfloat* const mv = modelview.top().elements()
    [all...]
light.cpp 386 const transform_t& mv = c->transforms.modelview.transform;
535 ogles_validate_transform(c, transform_state_t::MODELVIEW);
536 transform_t& mv = c->transforms.modelview.transform;

Completed in 316 milliseconds