Searched defs:mStencilSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.h63 EGLint mStencilSize; // Bits of Stencil in the stencil buffer member in class:egl::Config
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java117 mStencilSize = stencil;
164 // We need at least mDepthSize and mStencilSize bits
165 if (d < mDepthSize || s < mStencilSize)
294 protected int mStencilSize; field in class:ViEAndroidGLES20.ConfigChooser
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java838 mStencilSize = stencilSize;
851 if (d >= mDepthSize && s>= mStencilSize) {
889 protected int mStencilSize; field in class:GLSurfaceView.ComponentSizeChooser
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 915 milliseconds