OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:depthsize
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
376
* with at least the specified
depthSize
and stencilSize,
388
int alphaSize, int
depthSize
, int stencilSize) {
390
blueSize, alphaSize,
depthSize
, stencilSize));
804
int alphaSize, int
depthSize
, int stencilSize) {
810
EGL10.EGL_DEPTH_SIZE,
depthSize
,
818
mDepthSize =
depthSize
;
[
all
...]
/frameworks/base/docs/html/resources/articles/
glsurfaceview.jd
234
int alphaSize,int
depthSize
, int stencilSize)</code></dt>
Completed in 1095 milliseconds