Home
last modified time | relevance | path

Searched refs:mDepthSize (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
DConfig.cpp94 mDepthSize = 0; in Config()
98 mDepthSize = 32; in Config()
102 mDepthSize = 24; in Config()
106 mDepthSize = 24; in Config()
110 mDepthSize = 16; in Config()
218 SORT(mDepthSize); in operator ()()
279 …case EGL_DEPTH_SIZE: match = config->mDepthSize >= attribute[1]; … in getConfigs()
DConfig.h50 EGLint mDepthSize; // Bits of Z in the depth buffer variable
DDisplay.cpp153 case EGL_DEPTH_SIZE: *value = configuration->mDepthSize; break; in getConfigAttrib()
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java116 mDepthSize = depth; in ConfigChooser()
165 if (d < mDepthSize || s < mStencilSize) in chooseConfig()
293 protected int mDepthSize; field in ViEAndroidGLES20.ConfigChooser
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java837 mDepthSize = depthSize; in ComponentSizeChooser()
851 if (d >= mDepthSize && s>= mStencilSize) { in chooseConfig()
888 protected int mDepthSize; field in GLSurfaceView.ComponentSizeChooser