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

1 2

  /external/deqp/framework/egl/
egluConfigInfo.hpp 48 deInt32 depthSize;
81 , depthSize (0)
egluConfigInfo.cpp 47 case EGL_DEPTH_SIZE: return depthSize;
84 eglGetConfigAttrib(display, config, EGL_DEPTH_SIZE, &dst->depthSize);
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 75 int depthSize;
87 config->depthBits = depthCfgs[ndx].depthSize;
  /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/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp 262 size_t depthSize = static_cast<size_t>(depth);
270 !rx::IsUnsignedMultiplicationSafe(widthSize * heightSize, depthSize) ||
271 !rx::IsUnsignedMultiplicationSafe(widthSize * heightSize * depthSize, pixelBytes))
277 size_t copyBytes = widthSize * heightSize * depthSize * pixelBytes;
  /external/deqp/framework/qphelper/
qpTestLog.h 169 int depthSize;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 355 int depthSize;
386 , depthSize (0)
xeTestLogWriter.cpp 391 << Writer::Attribute("DepthSize", de::toString(config.depthSize))
xeTestResultParser.cpp 616 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/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 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 491 int depthSize = visual.getAttrib(GLX_DEPTH_SIZE);
511 rank.add(1, depthSize > 0);
526 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) {
  /external/deqp/modules/egl/
teglConfigList.cpp 122 info.depthSize = val;
teglSimpleConfigCase.cpp 140 if (info.depthSize > 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 

Completed in 1482 milliseconds

1 2