OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clipPlanes
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/opengl/libagl/
vertex.cpp
119
int planes = c->
clipPlanes
.enable;
124
GLfixed d = dot4(c->
clipPlanes
.plane[i].equation.v, v->eye.v);
172
vec4_t& equation = c->
clipPlanes
.plane[p].equation;
state.cpp
176
c->
clipPlanes
.enable &= ~(1<<(cap-GL_CLIP_PLANE0));
177
c->
clipPlanes
.enable |= (enabled<<(cap-GL_CLIP_PLANE0));
context.h
613
user_clip_planes_t
clipPlanes
;
primitives.cpp
901
const vec4_t& equation = c->
clipPlanes
.plane[plane].equation;
[
all
...]
matrix.cpp
99
c->arrays.perspective = (c->
clipPlanes
.enable) ?
103
if (c->
clipPlanes
.enable || (enables&GGL_ENABLE_FOG))
array.cpp
[
all
...]
Completed in 442 milliseconds