Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp130 mDepthSize = 0; in Config()
138 mDepthSize = 32; in Config()
146 mDepthSize = 24; in Config()
150 mDepthSize = 24; in Config()
158 mDepthSize = 16; in Config()
225 SORT_SMALLER(mDepthSize); in operator ()()
316 SORT_SMALLER(mDepthSize); in operator ()()
375 …case EGL_DEPTH_SIZE: match = config->mDepthSize >= attribIt->second; … in getConfigs()
DConfig.h56 EGLint mDepthSize; // Bits of Z in the depth buffer variable
DDisplay.cpp252 case EGL_DEPTH_SIZE: *value = configuration->mDepthSize; break; in getConfigAttrib()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java117 mDepthSize = depth; in ConfigChooser()
166 if (d < mDepthSize || s < mStencilSize) in chooseConfig()
294 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