Searched defs:depthSize (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp75 int depthSize; member in struct:glu::__anon19733
87 config->depthBits = depthCfgs[ndx].depthSize;
/external/deqp/framework/egl/
H A DegluConfigInfo.hpp48 deInt32 depthSize; member in class:eglu::ConfigInfo
81 , depthSize (0)
/external/deqp/framework/qphelper/
H A DqpTestLog.h169 int depthSize; member in struct:qpEglConfigInfo_s
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES3.cpp531 size_t depthSize = static_cast<size_t>(depth); local
537 !rx::IsUnsignedMultiplicationSafe(widthSize * heightSize, depthSize) ||
538 !rx::IsUnsignedMultiplicationSafe(widthSize * heightSize * depthSize, pixelBytes))
545 size_t copyBytes = widthSize * heightSize * depthSize * pixelBytes;
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp491 int depthSize = visual.getAttrib(GLX_DEPTH_SIZE); local
511 rank.add(1, depthSize > 0);
526 rank.add(6, deUint32(depthSize + stencilSize));
/external/deqp/executor/
H A DxeTestCaseResult.hpp355 int depthSize; member in class:xe::ri::EglConfig
386 , depthSize (0)
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java372 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;
371 setEGLConfigChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize) argument
822 ComponentSizeChooser(int redSize, int greenSize, int blueSize, int alphaSize, int depthSize, int stencilSize) argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp1200 unsigned int depthSize = 0; local
1223 depthSize = depthStencil->getDepthSize();
1231 if (!mDepthStencilInitialized || depthSize != mCurDepthSize)
1233 mCurDepthSize = depthSize;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2686 milliseconds