Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp69 #define glDepthFunc(...) QOpenGLContext::currentContext()->functions()->glDepthFunc(__VA_ARGS__) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp161 MBGL_CHECK_ERROR(glDepthFunc(static_cast<GLenum>(value))); in Set()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h469 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h560 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h560 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
H A Dgl31.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
H A Dgl32.h562 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c1394 glDepthFunc(*(GLenum *) (pc + 0)); in __glXDisp_DepthFunc()
H A Dindirect_dispatch_swap.c1587 glDepthFunc((GLenum) bswap_ENUM(pc + 0)); in __glXDispSwap_DepthFunc()