HomeSort by relevance Sort by last modified time
    Searched defs:mDepthSize (Results 1 - 4 of 4) sorted by null

  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 140 mDepthSize = depth;
192 // We need at least mDepthSize and mStencilSize bits
193 if (d < mDepthSize || s < mStencilSize)
321 protected int mDepthSize;
  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 49 EGLint mDepthSize; // Bits of Z in the depth buffer
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 116 mDepthSize = depth;
164 // We need at least mDepthSize and mStencilSize bits
165 if (d < mDepthSize || s < mStencilSize)
293 protected int mDepthSize;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]

Completed in 237 milliseconds