Searched refs:glDepthFunc (Results 1 - 25 of 59) sorted by relevance

123

/external/deqp/modules/gles3/functional/
H A Des3fFboDepthbufferTests.cpp201 glDepthFunc(GL_ALWAYS);
208 glDepthFunc(GL_LESS); // (1 < depth) ?
213 glDepthFunc(GL_GREATER); // (0 > depth) ?
287 glDepthFunc(GL_ALWAYS);
293 glDepthFunc(GL_EQUAL);
H A Des3fFboMultisampleTests.cpp144 glDepthFunc(GL_ALWAYS);
184 glDepthFunc(GL_LESS);
H A Des3fNegativeFragmentApiTests.cpp63 ES3F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage",
66 glDepthFunc(-1);
H A Des3fFboInvalidateTests.cpp180 glDepthFunc(GL_ALWAYS);
272 glDepthFunc(GL_ALWAYS);
529 glDepthFunc(GL_ALWAYS);
783 glDepthFunc(GL_ALWAYS);
1168 glDepthFunc(GL_ALWAYS);
1295 glDepthFunc(GL_ALWAYS);
H A Des3fRandomFragmentOpTests.cpp184 wrapper.glDepthFunc(state.depthFunc);
H A Des3fRasterizerDiscardTests.cpp293 glDepthFunc (GL_LEQUAL);
/external/autotest/client/deps/glbench/src/
H A Dtestbase.cc208 glDepthFunc(GL_NOTEQUAL);
215 glDepthFunc(GL_NEVER);
H A Dwindowmanagercompositingtest.cc286 glDepthFunc(GL_LEQUAL);
/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp195 glDepthFunc(GL_ALWAYS);
217 glDepthFunc(m_compareFunc);
337 glDepthFunc(GL_ALWAYS);
347 glDepthFunc(GL_LEQUAL);
H A Des2fNegativeFragmentApiTests.cpp63 ES2F_ADD_API_CASE(depth_func, "Invalid glDepthFunc() usage",
66 glDepthFunc(-1);
H A Des2fRandomFragmentOpTests.cpp184 wrapper.glDepthFunc(state.depthFunc);
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl40 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
H A DegluStaticES30Library.inl62 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl40 gl->depthFunc = &glDepthFunc;
H A DglwInitES30Direct.inl62 gl->depthFunc = &glDepthFunc;
H A DglwInitES31Direct.inl68 gl->depthFunc = &glDepthFunc;
H A DglwInitES32Direct.inl78 gl->depthFunc = &glDepthFunc;
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp314 void ContextWrapper::glDepthFunc (deUint32 func) function in class:sglr::ContextWrapper
H A DsglrContextWrapper.hpp84 void glDepthFunc (deUint32 func);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c682 &glDepthFunc,
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp63 ctx.glDepthFunc(-1);
478 {depth_func, "depth_func", "Invalid glDepthFunc() usage" },
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.hpp82 void (*glDepthFunc)(GLenum func); member in class:LibGLES_CMexports
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java185 public void glDepthFunc(int func) { method in class:GLErrorLogger.ErrorLoggingGL
186 ((GL10)mGL).glDepthFunc(func);
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/mesa3d/include/GLES/
H A Dgl.h657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);

Completed in 256 milliseconds

123