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

1 2

  /external/deqp/framework/egl/
egluConfigInfo.hpp 60 deInt32 stencilSize;
93 , stencilSize (0)
egluConfigInfo.cpp 59 case EGL_STENCIL_SIZE: return stencilSize;
96 eglGetConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize);
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 97 int stencilSize;
108 config->stencilBits = stencilCfgs[ndx].stencilSize;
  /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 180 int stencilSize;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 366 int stencilSize;
396 , stencilSize (0)
xeTestLogWriter.cpp 402 << Writer::Attribute("StencilSize", de::toString(config.stencilSize))
xeTestResultParser.cpp 627 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 428 * with at least the specified depthSize and stencilSize,
440 int alphaSize, int depthSize, int stencilSize) {
442 blueSize, alphaSize, depthSize, stencilSize));
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 492 int stencilSize = visual.getAttrib(GLX_STENCIL_SIZE);
514 rank.add(1, stencilSize > 0);
526 rank.add(6, deUint32(depthSize + stencilSize));
  /external/deqp/modules/egl/
teglConfigList.cpp 156 info.stencilSize = val;
teglSimpleConfigCase.cpp 131 if (info.stencilSize > 0)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.cpp     [all...]
  /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 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1013 milliseconds

1 2