HomeSort by relevance Sort by last modified time
    Searched refs:stencilSize (Results 1 - 25 of 42) sorted by null

1 2

  /external/deqp/framework/egl/
egluConfigInfo.hpp 67 deInt32 stencilSize;
113 , stencilSize (0)
egluConfigFilter.hpp 57 int stencilSize (void) const;
egluConfigFilter.cpp 80 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); }
egluConfigInfo.cpp 65 case EGL_STENCIL_SIZE: return stencilSize;
114 egl.getConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize);
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 81 int stencilSize = findValue(configSpec, EGL10.EGL_STENCIL_SIZE);
86 if ((d >= depthSize) && (s >= stencilSize)) {
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 97 int stencilSize;
108 config->stencilBits = stencilCfgs[ndx].stencilSize;
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 138 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; }
139 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; }
teglConfigList.cpp 158 info.stencilSize = val;
teglCreateContextExtTests.cpp 1020 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; }
1021 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; }
    [all...]
teglWideColorTests.cpp 752 info.stencilSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_STENCIL_SIZE);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MffContext.java 272 * @param stencilSize The size of the stencil channel in bits.
279 int stencilSize) {
285 stencilSize);
RenderTarget.java 179 int depthSize, int stencilSize) {
185 sStencilSize = stencilSize;
  /external/deqp/framework/qphelper/
qpTestLog.h 182 int stencilSize;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 376 int stencilSize;
406 , stencilSize (0)
xeTestLogWriter.cpp 406 << Writer::Attribute("StencilSize", de::toString(config.stencilSize))
xeTestResultParser.cpp 637 config->stencilSize = toInt(getAttribute("StencilSize"));
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 432 * with at least the specified depthSize and stencilSize,
444 int alphaSize, int depthSize, int stencilSize) {
446 blueSize, alphaSize, depthSize, stencilSize));
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 372 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;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 429 * with at least the specified depthSize and stencilSize,
441 int alphaSize, int depthSize, int stencilSize) {
443 blueSize, alphaSize, depthSize, stencilSize));
    [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 492 int stencilSize = visual.getAttrib(GLX_STENCIL_SIZE);
514 rank.add(1, stencilSize > 0);
526 rank.add(6, deUint32(depthSize + stencilSize));
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 

Completed in 232 milliseconds

1 2