Home
last modified time | relevance | path

Searched refs:glBindBuffer (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_prepare.c78 glBindBuffer(GL_PIXEL_PACK_BUFFER, priv->pbo); in glamor_prep_pixmap_box()
117 glBindBuffer(GL_PIXEL_PACK_BUFFER, priv->pbo); in glamor_prep_pixmap_box()
131 glBindBuffer(GL_PIXEL_PACK_BUFFER, 0); in glamor_prep_pixmap_box()
156 glBindBuffer(GL_PIXEL_PACK_BUFFER, 0); in glamor_prep_pixmap_box()
209 glBindBuffer(GL_PIXEL_UNPACK_BUFFER, priv->pbo); in glamor_finish_access_pixmap()
224 glBindBuffer(GL_PIXEL_UNPACK_BUFFER, 0); in glamor_finish_access_pixmap()
H A Dglamor_vbo.c53 glBindBuffer(GL_ARRAY_BUFFER, glamor_priv->vbo); in glamor_get_vbo_space()
68 glBindBuffer(GL_ARRAY_BUFFER, glamor_priv->vbo); in glamor_get_vbo_space()
166 glBindBuffer(GL_ARRAY_BUFFER, 0); in glamor_put_vbo_space()
H A Dglamor.c341 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, glamor_priv->ib); in glamor_gldrawarrays_quads_using_indices()
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch93 + glBindBuffer(GL_ARRAY_BUFFER, 0);
254 + glFuncs.glBindBuffer(GL_ARRAY_BUFFER, m_vertexAttribs[i].arrayBuffer);
258 + glFuncs.glBindBuffer(GL_ARRAY_BUFFER, prevBuf);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp38 … #define glBindBuffer(...) QOpenGLContext::currentContext()->functions()->glBindBuffer(__VA_ARGS__) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp321 MBGL_CHECK_ERROR(glBindBuffer(GL_ARRAY_BUFFER, value)); in Set()
333 MBGL_CHECK_ERROR(glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, value)); in Set()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c372 glBindBuffer(GL_ARRAY_BUFFER, glamor->vbo); in ephyr_glamor_glx_screen_init()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c744 glBindBuffer(GL_ARRAY_BUFFER, vbo); in xwl_eglstream_init_shaders()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h447 GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h529 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/
H A D0003-Add-disable-opengl-configure-option.patch147 glBindBuffer (GL_ARRAY_BUFFER, 0);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h529 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
H A Dgl31.h531 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
H A Dgl32.h531 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
/OK3568_Linux_fs/external/xserver/
H A DChangeLog49598 - Rebase on the glBindBuffer(GL_ARRAY_BUFFER, 0) change.