OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OGLES_MAX_CLIP_PLANES
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/libagl/
context.h
265
const unsigned int
OGLES_MAX_CLIP_PLANES
= 6;
272
clip_plane_t plane[
OGLES_MAX_CLIP_PLANES
];
state.cpp
422
params[0] =
OGLES_MAX_CLIP_PLANES
;
primitives.cpp
856
const int MAX_CLIPPING_PLANES = 6 +
OGLES_MAX_CLIP_PLANES
;
[
all
...]
Completed in 294 milliseconds