Home
last modified time | relevance | path

Searched refs:depthRange (Results 1 – 21 of 21) sorted by relevance

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js394 ctx.depthRange(0, 1);
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp132 virtual void depthRange (double n, double f);
DsglrContext.hpp120 virtual void depthRange (double n, double f) = DE_NULL;
DsglrReferenceContext.hpp683 virtual void depthRange (double n, double f);
DsglrGLContext.cpp525 void GLContext::depthRange (double n, double f) in depthRange() function in sglr::GLContext
DsglrReferenceContext.cpp2828 void ReferenceContext::depthRange (double n, double f) in depthRange() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl127 glDepthRangeFunc depthRange; variable
DglwInitGL30.inl65 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwInitGL31.inl66 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwInitGL32.inl68 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwInitGL33.inl71 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwInitGL40.inl78 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwInitGL42.inl84 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwInitGL41.inl83 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwInitGL44.inl100 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwInitGL43.inl91 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwInitGL45.inl126 gl->depthRange = (glDepthRangeFunc) loader->get("glDepthRange");
DglwImpl.inl980 gl->depthRange(near, far);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl127 gl->depthRange = glDepthRange;
/external/deqp/framework/opengl/
DgluStateReset.cpp658 gl.depthRange (0.0, 1.0); in resetStateGLCore()
DgluCallLogWrapper.inl876 m_gl.depthRange(near, far);