Home
last modified time | relevance | path

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

1234

/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.cpp145 glDepthFunc(GL_ALWAYS); in render()
185 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()
/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()
/external/autotest/client/deps/glbench/src/
Dtestbase.cc207 glDepthFunc(GL_NOTEQUAL); in FillRateTestBlendDepth()
214 glDepthFunc(GL_NEVER); in FillRateTestBlendDepth()
Dwindowmanagercompositingtest.cc285 glDepthFunc(GL_LEQUAL); in InitializeCompositing()
/external/deqp/framework/egl/
DegluStaticES20Library.inl40 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
DegluStaticES30Library.inl62 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
DegluStaticES31Library.inl68 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
DegluStaticES32Library.inl78 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
/external/mesa3d/src/mapi/es1api/
DABI-check60 glDepthFunc
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def76 glDepthFunc = glDepthFunc@4
Dosmesa.def79 glDepthFunc
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def61 glDepthFunc @48
DlibGLES_CM.lds62 glDepthFunc;
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def69 glDepthFunc = glDepthFunc@4
Dopengl32.def69 glDepthFunc
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def37 glDepthFunc @36
DlibGLESv2.lds38 glDepthFunc;
/external/mesa3d/src/mapi/es2api/
DABI-check101 glDepthFunc
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl40 gl->depthFunc = &glDepthFunc;
DglwInitES30Direct.inl62 gl->depthFunc = &glDepthFunc;
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp314 void ContextWrapper::glDepthFunc (deUint32 func) in glDepthFunc() function in sglr::ContextWrapper

1234