Home
last modified time | relevance | path

Searched refs:glPolygonOffset (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.hpp126 …#define glPolygonOffset(...) QOpenGLContext::currentContext()->functions()->glPolygonOffset(__VA_A… macro
/OK3568_Linux_fs/external/libmali/debian/
H A Dchangelog19 * Fixup glPolygonOffset report error: GL_INVALID_FRAMEBUFFER_OPERATION
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h437 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h617 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h617 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
H A Dgl31.h619 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
H A Dgl32.h619 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c2449 glPolygonOffset(*(GLfloat *) (pc + 0), *(GLfloat *) (pc + 4)); in __glXDisp_PolygonOffset()
H A Dindirect_dispatch_swap.c2714 glPolygonOffset((GLfloat) bswap_FLOAT32(pc + 0), in __glXDispSwap_PolygonOffset()