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

  /external/deqp/framework/referencerenderer/
rrMultisamplePixelBufferAccess.cpp 234 void clearDepth (const MultisamplePixelBufferAccess& access, float depth)
236 tcu::clearDepth(access.raw(), depth);
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLContextAttributes.java 48 public final native void clearDepth () /*-{
WebGLRenderingContext.java 593 public final native void clearDepth (float depth) /*-{
594 this.clearDepth(depth);
    [all...]
  /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.setPixDepth(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/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.setPixDepth(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 800 const float clearDepth = 0.5f;
808 case CLEAR_DEPTH: gl.clearBufferfv (GL_DEPTH, 0, &clearDepth); break;
810 case CLEAR_DEPTH_STENCIL: gl.clearBufferfi (GL_DEPTH_STENCIL, 0, clearDepth, clearStencil); break;
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]

Completed in 872 milliseconds