Home
last modified time | relevance | path

Searched refs:stencilSize (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/egl/
DegluConfigInfo.hpp65 deInt32 stencilSize; member in eglu::ConfigInfo
98 , stencilSize (0) in ConfigInfo()
DegluConfigInfo.cpp63 case EGL_STENCIL_SIZE: return stencilSize; in getAttribute()
100 egl.getConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize); in queryConfigInfo()
DegluConfigFilter.hpp57 int stencilSize (void) const;
DegluConfigFilter.cpp67 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); } in stencilSize() function in eglu::CandidateConfig
/external/deqp/framework/opengl/
DgluRenderConfig.cpp97 int stencilSize; in parseConfigBitsFromName() member
108 config->stencilBits = stencilCfgs[ndx].stencilSize; in parseConfigBitsFromName()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DAndroidConfigChooser.java273 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument
280 EGL10.EGL_STENCIL_SIZE, stencilSize, in ComponentSizeChooser()
288 mStencilSize = stencilSize; in ComponentSizeChooser()
/external/deqp/modules/egl/
DteglSimpleConfigCase.cpp138 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; } in hasStencil()
139 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil()
DteglConfigList.cpp158 info.stencilSize = val; in iterate()
DteglCreateContextExtTests.cpp1034 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; } in hasStencil()
1035 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java372 int alphaSize, int depthSize, int stencilSize) { in setEGLConfigChooser() argument
374 blueSize, alphaSize, depthSize, stencilSize)); in setEGLConfigChooser()
823 int alphaSize, int depthSize, int stencilSize) { in ComponentSizeChooser() argument
830 EGL10.EGL_STENCIL_SIZE, stencilSize, in ComponentSizeChooser()
838 mStencilSize = stencilSize; in ComponentSizeChooser()
/external/deqp/executor/
DxeTestCaseResult.hpp366 int stencilSize; member in xe::ri::EglConfig
396 , stencilSize (0) in EglConfig()
DxeTestLogWriter.cpp402 << Writer::Attribute("StencilSize", de::toString(config.stencilSize)) in writeResultItem()
DxeTestResultParser.cpp627 config->stencilSize = toInt(getAttribute("StencilSize")); in handleElementStart()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp491 int stencilSize = visual.getAttrib(GLX_STENCIL_SIZE); in configRank() local
513 rank.add(1, stencilSize > 0); in configRank()
525 rank.add(6, deUint32(depthSize + stencilSize)); in configRank()
/external/deqp/framework/qphelper/
DqpTestLog.h180 int stencilSize; member
DqpTestLog.c1137 attribs[numAttribs++] = qpSetIntAttrib ("StencilSize", config->stencilSize); in qpTestLog_writeEglConfig()