Searched defs:clearDepth (Results 1 – 13 of 13) sorted by relevance
76 protected boolean clearDepth = false, clearColor = false, clearStencil = false; field in ViewPort165 public void setClearDepth(boolean clearDepth) { in setClearDepth()
76 float clearDepth = 1.0f; in render() local168 const float clearDepth = 1.0f; in render() local254 const float clearDepth = 1.0f; in render() local
308 const float clearDepth = CLEAR_DEPTH; in iterate() local
80 float clearDepth; member
157 static StencilOp clearDepth (float depth) in clearDepth() function in deqp::gles3::Functional::StencilOp
160 void clearDepth (const MultisamplePixelBufferAccess& access, float depth) in clearDepth() function
154 static StencilOp clearDepth (float depth) in clearDepth() function in deqp::gles2::Functional::StencilOp
800 const float clearDepth = 0.5f; in render() local
1402 const float clearDepth = 0.5f; in renderToTexture() local
561 void clearDepth (const PixelBufferAccess& access, float depth) in clearDepth() function
61 glClearDepthFunc clearDepth; variable