Searched refs:alphaSize (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 429 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() argument 431 blueSize, alphaSize, depthSize, stencilSize)); in setEGLConfigChooser() 882 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument 887 EGL10.EGL_ALPHA_SIZE, alphaSize, in ComponentSizeChooser() 895 mAlphaSize = alphaSize; in ComponentSizeChooser()
|
/frameworks/base/libs/rs/driver/ |
D | rsdGL.cpp | 235 EGLint alphaSize; in rsdGLInit() local 237 configs[i], EGL_ALPHA_SIZE, &alphaSize); in rsdGLInit() 238 if (alphaSize > 0) { in rsdGLInit()
|
/frameworks/base/docs/html/resources/articles/ |
D | glsurfaceview.jd | 236 int alphaSize,int depthSize, int stencilSize)</code></dt>
|