Searched refs:clearDepthf (Results 1 - 25 of 49) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl23 gl->clearDepthf = &glClearDepthf;
H A DglwInitES20.inl23 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
H A DglwInitES30Direct.inl35 gl->clearDepthf = &glClearDepthf;
H A DglwInitES31Direct.inl39 gl->clearDepthf = &glClearDepthf;
H A DglwInitES30.inl35 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
H A DglwInitES32Direct.inl44 gl->clearDepthf = &glClearDepthf;
/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp379 gl.clearDepthf (1.0f);
508 gl.clearDepthf (1.0f);
626 gl.clearDepthf (1.0f);
776 gl.clearDepthf (1.0f);
889 gl.clearDepthf (1.0f);
1006 gl.clearDepthf (1.0f);
1142 gl.clearDepthf (1.0f); // far
1158 gl.clearDepthf (0.0f); // far
H A Des2fDepthStencilClearTests.cpp284 gl.clearDepthf (1.0f);
300 gl.clearDepthf (clear->clearDepth);
H A Des2fDepthTests.cpp211 context.clearDepthf(1.0f);
H A Des2fShaderInvarianceTests.cpp308 gl.clearDepthf (1.0f);
H A Des2fStencilTests.cpp224 context.clearDepthf(op.depth);
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp382 gl.clearDepthf (1.0f);
511 gl.clearDepthf (1.0f);
629 gl.clearDepthf (1.0f);
779 gl.clearDepthf (1.0f);
892 gl.clearDepthf (1.0f);
1009 gl.clearDepthf (1.0f);
1145 gl.clearDepthf (1.0f); // far
1161 gl.clearDepthf (0.0f); // far
H A Des3fDepthStencilClearTests.cpp287 gl.clearDepthf (1.0f);
303 gl.clearDepthf (clear->clearDepth);
H A Des3fDepthTests.cpp214 context.clearDepthf(1.0f);
H A Des3fShaderInvarianceTests.cpp308 gl.clearDepthf (1.0f);
H A Des3fStencilTests.cpp227 context.clearDepthf(op.depth);
/external/deqp/modules/egl/
H A DteglImageUtil.cpp400 GLU_CHECK_GLW_CALL(gl, clearDepthf(0.0f));
416 GLU_CHECK_GLW_CALL(gl, clearDepthf(depth));
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl39 dst->clearDepthf = src.clearDepthf;
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp235 gl.clearDepthf(1.0f);
256 gl.clearDepthf(1.0f);
443 gl.clearDepthf(0.0f);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp100 virtual void clearDepthf (float depth) = DE_NULL;
H A DsglrContextWrapper.cpp256 m_curCtx->clearDepthf(depth);
H A DsglrGLContext.hpp112 virtual void clearDepthf (float depth);
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp645 gl.clearDepthf(1.0f /* d */);
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp254 clearDepthf,
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp289 clearDepthf,

Completed in 234 milliseconds

12