Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp43 mDepthSize = 0; in setDefaults()
124 mDepthSize = 32; in set()
128 mDepthSize = 15; in set()
132 mDepthSize = 24; in set()
136 mDepthSize = 24; in set()
140 mDepthSize = 24; in set()
144 mDepthSize = 16; in set()
254 SORT(mDepthSize); in operator ()()
316 …case EGL_DEPTH_SIZE: match = config->mDepthSize >= attribute[1]; … in getConfigs()
DConfig.h53 EGLint mDepthSize; // Bits of Z in the depth buffer variable
DDisplay.cpp311 case EGL_DEPTH_SIZE: *value = configuration->mDepthSize; break; in getConfigAttrib()