OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MODELVIEW
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c
168
context_dirty(ctx,
MODELVIEW
);
178
context_dirty(ctx,
MODELVIEW
);
192
context_dirty(ctx,
MODELVIEW
);
245
context_dirty(ctx,
MODELVIEW
);
274
context_dirty(ctx,
MODELVIEW
);
288
context_dirty(ctx,
MODELVIEW
);
384
context_dirty(ctx,
MODELVIEW
);
479
context_dirty(ctx,
MODELVIEW
);
/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
68
c->transforms.
modelview
.init(OGLES_MODELVIEW_STACK_DEPTH);
73
c->transforms.current = &c->transforms.
modelview
;
90
c->transforms.
modelview
.uninit();
122
// Validate the
modelview
123
if (dirty & transform_state_t::
MODELVIEW
) {
124
c->transforms.
modelview
.validate();
498
case GL_MODELVIEW: dirty |=
MODELVIEW
| MVP | MVUI | MVIT; break;
509
matrixf_t::multiply(temp_mvp, projection.top(),
modelview
.top());
589
const GLfloat* const mv =
modelview
.top().elements();
602
const GLfloat* const mv =
modelview
.top().elements()
[
all
...]
light.cpp
386
const transform_t& mv = c->transforms.
modelview
.transform;
536
ogles_validate_transform(c, transform_state_t::
MODELVIEW
);
537
transform_t& mv = c->transforms.
modelview
.transform;
/external/mesa3d/src/mesa/program/
program_lexer.l
286
{dot}
modelview
{ return
MODELVIEW
; }
program_parse.y
178
%token MATERIAL MAT_PROGRAM MATRIX MATRIXINDEX
MODELVIEW
MVP
[
all
...]
/external/opencv3/modules/core/src/
opengl.cpp
[
all
...]
gl_core_3_1.hpp
[
all
...]
Completed in 173 milliseconds