Home | History | Annotate | Download | only in driver

Lines Matching defs:depthFunc

35     GLenum depthFunc;
48 switch (ps->mHal.state.depthFunc) {
51 drv->depthFunc = GL_ALWAYS;
54 drv->depthFunc = GL_LESS;
57 drv->depthFunc = GL_LEQUAL;
60 drv->depthFunc = GL_GREATER;
63 drv->depthFunc = GL_GEQUAL;
66 drv->depthFunc = GL_EQUAL;
69 drv->depthFunc = GL_NOTEQUAL;
174 RSD_CALL_GL(glDepthFunc, drv->depthFunc);