Home
last modified time | relevance | path

Searched refs:alphaSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java429 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/
DrsdGL.cpp235 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/
Dglsurfaceview.jd236 int alphaSize,int depthSize, int stencilSize)</code></dt>