Home
last modified time | relevance | path

Searched refs:glDepthFunc (Results 1 – 25 of 58) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp201 glDepthFunc(GL_ALWAYS); in render()
208 glDepthFunc(GL_LESS); // (1 < depth) ? in render()
213 glDepthFunc(GL_GREATER); // (0 > depth) ? in render()
287 glDepthFunc(GL_ALWAYS); in render()
293 glDepthFunc(GL_EQUAL); in render()
Des3fFboMultisampleTests.cpp144 glDepthFunc(GL_ALWAYS); in render()
184 glDepthFunc(GL_LESS); in render()
Des3fFboInvalidateTests.cpp180 glDepthFunc(GL_ALWAYS); in render()
272 glDepthFunc(GL_ALWAYS); in render()
529 glDepthFunc(GL_ALWAYS); in render()
783 glDepthFunc(GL_ALWAYS); in render()
1168 glDepthFunc(GL_ALWAYS); in render()
1295 glDepthFunc(GL_ALWAYS); in render()
Des3fNegativeFragmentApiTests.cpp66 glDepthFunc(-1); in init()
Des3fRasterizerDiscardTests.cpp293 glDepthFunc (GL_LEQUAL); in iterate()
Des3fRandomFragmentOpTests.cpp184 wrapper.glDepthFunc(state.depthFunc); in setGLState()
/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp195 glDepthFunc(GL_ALWAYS); in iterate()
217 glDepthFunc(m_compareFunc); in iterate()
337 glDepthFunc(GL_ALWAYS); in iterate()
347 glDepthFunc(GL_LEQUAL); in iterate()
Des2fNegativeFragmentApiTests.cpp66 glDepthFunc(-1); in init()
Des2fRandomFragmentOpTests.cpp184 wrapper.glDepthFunc(state.depthFunc); in setGLState()
/external/deqp/framework/egl/
DegluStaticES20Library.inl40 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
DegluStaticES30Library.inl62 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def69 glDepthFunc = glDepthFunc@4
Dopengl32.def69 glDepthFunc
Dstw_context.c682 &glDepthFunc,
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl40 gl->depthFunc = &glDepthFunc;
DglwInitES30Direct.inl62 gl->depthFunc = &glDepthFunc;
DglwInitES20.inl40 gl->depthFunc = (glDepthFuncFunc) loader->get("glDepthFunc");
DglwInitES31Direct.inl68 gl->depthFunc = &glDepthFunc;
DglwInitES30.inl62 gl->depthFunc = (glDepthFuncFunc) loader->get("glDepthFunc");
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp61 ctx.glDepthFunc(-1); in depth_func()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl76 "glDepthFunc",
229 "glDepthFunc",
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp314 void ContextWrapper::glDepthFunc (deUint32 func) in glDepthFunc() function in sglr::ContextWrapper
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def275 glDepthFunc
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java185 public void glDepthFunc(int func) { in glDepthFunc() method in GLErrorLogger.ErrorLoggingGL
186 ((GL10)mGL).glDepthFunc(func); in glDepthFunc()
/external/deqp/doc/
DGLES2 Negative API Functions.txt75 o glDepthFunc (GLenum func);

123