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

1 2

  /external/deqp/framework/egl/
egluConfigInfo.hpp 55 deInt32 depthSize;
98 , depthSize (0)
egluConfigFilter.hpp 56 int depthSize (void) const;
egluConfigFilter.cpp 66 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); }
egluConfigInfo.cpp 53 case EGL_DEPTH_SIZE: return depthSize;
99 egl.getConfigAttrib(display, config, EGL_DEPTH_SIZE, &dst->depthSize);
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 75 int depthSize;
87 config->depthBits = depthCfgs[ndx].depthSize;
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 136 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; }
137 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; }
teglConfigList.cpp 124 info.depthSize = val;
teglCreateContextExtTests.cpp 1018 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; }
1019 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; }
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MffContext.java 271 * @param depthSize The size of the depth channel in bits.
278 int depthSize,
284 depthSize,
RenderTarget.java 179 int depthSize, int stencilSize) {
184 sDepthSize = depthSize;
  /external/deqp/framework/qphelper/
qpTestLog.h 171 int depthSize;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 365 int depthSize;
396 , depthSize (0)
xeTestLogWriter.cpp 395 << Writer::Attribute("DepthSize", de::toString(config.depthSize))
xeTestResultParser.cpp 626 config->depthSize = toInt(getAttribute("DepthSize"));
  /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/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceViewAPI18.java 441 * with at least the specified depthSize and stencilSize,
453 int alphaSize, int depthSize, int stencilSize) {
455 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) {
829 EGL10.EGL_DEPTH_SIZE, depthSize,
837 mDepthSize = depthSize;
    [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/X11/
tcuX11GlxPlatform.cpp 490 int depthSize = visual.getAttrib(GLX_DEPTH_SIZE);
510 rank.add(1, depthSize > 0);
525 rank.add(6, deUint32(depthSize + stencilSize));
  /frameworks/rs/driver/
rsdGL.cpp 294 EGLint depthSize;
296 configs[i], EGL_DEPTH_SIZE, &depthSize);
297 if (depthSize > 0) {
  /cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java     [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 

Completed in 970 milliseconds

1 2