HomeSort by relevance Sort by last modified time
    Searched refs:CLEAR_DEPTH (Results 1 - 15 of 15) sorted by null

  /external/deqp/modules/glshared/
glsScissorTests.hpp 68 CLEAR_DEPTH,
glsScissorTests.cpp 803 case CLEAR_DEPTH: gl.clearBufferfv (GL_DEPTH, 0, &clearDepth); break;
811 const bool useDepth = (m_clearType == CLEAR_DEPTH || m_clearType == CLEAR_DEPTH_STENCIL);
  /external/deqp/modules/gles3/functional/
es3fScissorTests.cpp 104 addChild(createClearTest(tc, rc, "clear_depth", "Depth buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_DEPTH_BUFFER_BIT));
111 addChild(createFramebufferClearTest(tc, rc, "clear_depth_buffer", "Depth buffer clear", CLEAR_DEPTH));
es3fRandomFragmentOpTests.cpp 70 static const float CLEAR_DEPTH = 1.0f;
307 const float clearDepth = CLEAR_DEPTH;
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 70 static const float CLEAR_DEPTH = 1.0f;
307 const float clearDepth = CLEAR_DEPTH;
  /external/deqp/modules/egl/
teglRenderTests.cpp 84 static const float CLEAR_DEPTH = 1.0f;
376 rr::clearMultisampleDepthBuffer(depthBuffer, CLEAR_DEPTH, rr::WindowRectangle(0, 0, width, height));
750 clear(api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
963 clear(api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
    [all...]
  /bionic/libc/kernel/uapi/drm/
radeon_drm.h 576 #define CLEAR_DEPTH 4
586 unsigned int clear_depth; member in struct:drm_radeon_clear
    [all...]
  /external/kernel-headers/original/uapi/drm/
radeon_drm.h 601 #define CLEAR_DEPTH 4
611 unsigned int clear_depth; member in struct:drm_radeon_clear
    [all...]
  /hardware/intel/img/libdrm/shared-core/
radeon_drm.h 596 #define CLEAR_DEPTH 4
606 unsigned int clear_depth; member in struct:drm_radeon_clear
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
radeon_drm.h 599 #define CLEAR_DEPTH 4
609 unsigned int clear_depth; member in struct:drm_radeon_clear
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
radeon_drm.h 599 #define CLEAR_DEPTH 4
609 unsigned int clear_depth; member in struct:drm_radeon_clear
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 343 BEGIN_NV04(push, NV50_3D(CLEAR_DEPTH), 1);
407 BEGIN_NV04(push, NV50_3D(CLEAR_DEPTH), 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 360 BEGIN_NVC0(push, NVC0_3D(CLEAR_DEPTH), 1);
426 BEGIN_NVC0(push, NVC0_3D(CLEAR_DEPTH), 1);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 343 BEGIN_NV04(push, NV50_3D(CLEAR_DEPTH), 1);
407 BEGIN_NV04(push, NV50_3D(CLEAR_DEPTH), 1);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 360 BEGIN_NVC0(push, NVC0_3D(CLEAR_DEPTH), 1);
426 BEGIN_NVC0(push, NVC0_3D(CLEAR_DEPTH), 1);
    [all...]

Completed in 224 milliseconds