Searched refs:mDepthSize (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp129 mDepthSize = 0;
133 // mDepthSize = 16;
137 mDepthSize = 32;
141 // mDepthSize = 15;
145 mDepthSize = 24;
149 mDepthSize = 24;
153 // mDepthSize = 24;
157 mDepthSize = 16;
161 // mDepthSize = 32;
165 // mDepthSize
[all...]
H A DConfig.h56 EGLint mDepthSize; // Bits of Z in the depth buffer member in class:egl::Config
H A DDisplay.cpp254 case EGL_DEPTH_SIZE: *value = configuration->mDepthSize; break;
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java117 mDepthSize = depth;
165 // We need at least mDepthSize and mStencilSize bits
166 if (d < mDepthSize || s < mStencilSize)
294 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/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 277 milliseconds