Searched refs:stencilSize (Results 1 - 18 of 18) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp60 deInt32 stencilSize; member in class:eglu::ConfigInfo
93 , stencilSize (0)
H A DegluConfigInfo.cpp59 case EGL_STENCIL_SIZE: return stencilSize;
96 eglGetConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize);
/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp97 int stencilSize; member in struct:glu::__anon19734
108 config->stencilBits = stencilCfgs[ndx].stencilSize;
/external/deqp/framework/qphelper/
H A DqpTestLog.h180 int stencilSize; member in struct:qpEglConfigInfo_s
H A DqpTestLog.c1137 attribs[numAttribs++] = qpSetIntAttrib ("StencilSize", config->stencilSize);
/external/deqp/executor/
H A DxeTestCaseResult.hpp366 int stencilSize; member in class:xe::ri::EglConfig
396 , stencilSize (0)
H A DxeTestLogWriter.cpp402 << Writer::Attribute("StencilSize", de::toString(config.stencilSize))
H A DxeTestResultParser.cpp627 config->stencilSize = toInt(getAttribute("StencilSize"));
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java372 int alphaSize, int depthSize, int stencilSize) {
374 blueSize, alphaSize, depthSize, stencilSize));
823 int alphaSize, int depthSize, int stencilSize) {
830 EGL10.EGL_STENCIL_SIZE, stencilSize,
838 mStencilSize = stencilSize;
371 setEGLConfigChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize) argument
822 ComponentSizeChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize) argument
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp492 int stencilSize = visual.getAttrib(GLX_STENCIL_SIZE); local
514 rank.add(1, stencilSize > 0);
526 rank.add(6, deUint32(depthSize + stencilSize));
/external/deqp/modules/egl/
H A DteglConfigList.cpp156 info.stencilSize = val;
H A DteglSimpleConfigCase.cpp131 if (info.stencilSize > 0)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp1201 unsigned int stencilSize = 0; local
1224 stencilSize = depthStencil->getStencilSize();
1237 if (!mDepthStencilInitialized || stencilSize != mCurStencilSize)
1239 mCurStencilSize = stencilSize;
1831 unsigned int stencilSize = gl::GetInternalFormatInfo((frameBuffer->getStencilbuffer()->getActualFormat())).stencilBits; local
1832 stencilUnmasked = (0x1 << stencilSize) - 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 9027 milliseconds