HomeSort by relevance Sort by last modified time
    Searched defs:clearDepth (Results 1 - 12 of 12) sorted by null

  /external/deqp/framework/referencerenderer/
rrMultisamplePixelBufferAccess.cpp 166 void clearDepth (const MultisamplePixelBufferAccess& access, float depth)
168 tcu::clearDepth(access.raw(), depth);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Clear11.h 61 bool clearDepth;
  /external/deqp/modules/gles3/functional/
es3fFboDepthbufferTests.cpp 76 float clearDepth = 1.0f;
103 glClearBufferfv(GL_DEPTH, 0, &clearDepth);
168 const float clearDepth = 1.0f;
195 glClearBufferfv(GL_DEPTH, 0, &clearDepth);
254 const float clearDepth = 1.0f;
281 glClearBufferfv(GL_DEPTH, 0, &clearDepth);
es3fDepthStencilClearTests.cpp 70 , clearDepth (0.0f)
80 float clearDepth;
254 clear->clearDepth = rnd.getFloat(-0.2f, 1.2f);
303 gl.clearDepthf (clear->clearDepth);
434 rowAccess.setPixel(Vec4(de::clamp(clear->clearDepth, 0.0f, 1.0f)), x, 0);
es3fStencilTests.cpp 157 static StencilOp clearDepth (float depth)
438 dst.push_back(StencilOp::clearDepth(0.0f));
  /external/deqp/framework/common/
tcuTextureUtil.cpp 528 void clearDepth (const PixelBufferAccess& access, float depth)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 70 , clearDepth (0.0f)
80 float clearDepth;
251 clear->clearDepth = rnd.getFloat(-0.2f, 1.2f);
300 gl.clearDepthf (clear->clearDepth);
431 rowAccess.setPixel(Vec4(de::clamp(clear->clearDepth, 0.0f, 1.0f)), x, 0);
es2fStencilTests.cpp 154 static StencilOp clearDepth (float depth)
435 dst.push_back(StencilOp::clearDepth(0.0f));
  /external/deqp/modules/glshared/
glsScissorTests.cpp 795 const float clearDepth = 0.5f;
803 case CLEAR_DEPTH: gl.clearBufferfv (GL_DEPTH, 0, &clearDepth); break;
805 case CLEAR_DEPTH_STENCIL: gl.clearBufferfi (GL_DEPTH_STENCIL, 0, clearDepth, clearStencil); break;
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 185 bool clearDepth;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 92 virtual void clearDepth(WGC3Dclampf depth) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 781 webContext()->clearDepth(1.0f);
816 webContext()->clearDepth(m_clearDepth);
    [all...]

Completed in 212 milliseconds