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

/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.h49 EGLint mDepthSize; // Bits of Z in the depth buffer member in class:egl::Config
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java116 mDepthSize = depth;
164 // We need at least mDepthSize and mStencilSize bits
165 if (d < mDepthSize || s < mStencilSize)
293 protected int mDepthSize; field in class:ViEAndroidGLES20.ConfigChooser
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java837 mDepthSize = depthSize;
851 if (d >= mDepthSize && s>= mStencilSize) {
888 protected int mDepthSize; 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 1941 milliseconds