Home
last modified time | relevance | path

Searched defs:clearDepth (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp76 float clearDepth = 1.0f; in render() local
168 const float clearDepth = 1.0f; in render() local
254 const float clearDepth = 1.0f; in render() local
Des3fRandomFragmentOpTests.cpp309 const float clearDepth = CLEAR_DEPTH; in iterate() local
Des3fDepthStencilClearTests.cpp80 float clearDepth; member
Des3fStencilTests.cpp157 static StencilOp clearDepth (float depth) in clearDepth() function in deqp::gles3::Functional::StencilOp
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DI.js31 function initWebGL(canvasName, vshader, fshader, attribs, clearColor, clearDepth) argument
56 function simpleSetup(gl, vshader, fshader, attribs, clearColor, clearDepth) argument
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp234 void clearDepth (const MultisamplePixelBufferAccess& access, float depth) in clearDepth() function
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp309 const float clearDepth = CLEAR_DEPTH; in iterate() local
Des2fDepthStencilClearTests.cpp80 float clearDepth; member
Des2fStencilTests.cpp154 static StencilOp clearDepth (float depth) in clearDepth() function in deqp::gles2::Functional::StencilOp
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp172 void Device::clearDepth(float z) in clearDepth() function in es1::Device
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp207 void Device::clearDepth(float z) in clearDepth() function in gl::Device
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp208 void Device::clearDepth(float z) in clearDepth() function in es2::Device
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp85 const float clearDepth, in beginRenderPass()
/external/deqp/modules/glshared/
DglsScissorTests.cpp800 const float clearDepth = 0.5f; in render() local
/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp1403 const float clearDepth = 0.5f; in renderToTexture() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp773 void clearDepth (const PixelBufferAccess& access, float depth) in clearDepth() function
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl61 glClearDepthFunc clearDepth; variable
/external/swiftshader/src/Renderer/
DSurface.cpp3109 void Surface::clearDepth(float depth, int x0, int y0, int width, int height) in clearDepth() function in sw::Surface
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp2309 …const float clearDepth = hasDepthComponent(format.order) ? clearValues[attachmentNdx]->depth… in pushImageInitializationCommands() local