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

  /external/deqp/modules/glshared/
glsScissorTests.hpp 68 CLEAR_DEPTH,
glsScissorTests.cpp 808 case CLEAR_DEPTH: gl.clearBufferfv (GL_DEPTH, 0, &clearDepth); break;
816 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;
309 const float clearDepth = CLEAR_DEPTH;
  /external/deqp/modules/gles2/functional/
es2fRandomFragmentOpTests.cpp 70 static const float CLEAR_DEPTH = 1.0f;
309 const float clearDepth = CLEAR_DEPTH;
  /external/deqp/modules/egl/
teglRenderTests.cpp 76 static const float CLEAR_DEPTH = 1.0f;
412 rr::clearMultisampleDepthBuffer(depthBuffer, CLEAR_DEPTH, rr::WindowRectangle(0, 0, width, height));
751 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
982 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
    [all...]
  /bionic/libc/kernel/uapi/drm/
radeon_drm.h 470 #define CLEAR_DEPTH 4
478 unsigned int clear_depth; member in struct:drm_radeon_clear
  /external/kernel-headers/original/uapi/drm/
radeon_drm.h 609 #define CLEAR_DEPTH 4
619 unsigned int clear_depth; member in struct:drm_radeon_clear
    [all...]
  /external/libdrm/include/drm/
radeon_drm.h 609 #define CLEAR_DEPTH 4
619 unsigned int clear_depth; member in struct:drm_radeon_clear
    [all...]
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 386 BEGIN_NV04(push, NV50_3D(CLEAR_DEPTH), 1);
559 BEGIN_NV04(push, NV50_3D(CLEAR_DEPTH), 1);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 644 BEGIN_NVC0(push, NVC0_3D(CLEAR_DEPTH), 1);
718 BEGIN_NVC0(push, NVC0_3D(CLEAR_DEPTH), 1);
    [all...]

Completed in 1526 milliseconds