Home
last modified time | relevance | path

Searched refs:GL_ARRAY_BUFFER (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_vbo.c53 glBindBuffer(GL_ARRAY_BUFFER, glamor_priv->vbo); in glamor_get_vbo_space()
58 glUnmapBuffer(GL_ARRAY_BUFFER); in glamor_get_vbo_space()
68 glBindBuffer(GL_ARRAY_BUFFER, glamor_priv->vbo); in glamor_get_vbo_space()
71 glBufferStorage(GL_ARRAY_BUFFER, glamor_priv->vbo_size, NULL, in glamor_get_vbo_space()
88 glamor_priv->vb = glMapBufferRange(GL_ARRAY_BUFFER, in glamor_get_vbo_space()
111 glBufferData(GL_ARRAY_BUFFER, in glamor_get_vbo_space()
115 data = glMapBufferRange(GL_ARRAY_BUFFER, in glamor_get_vbo_space()
158 glUnmapBuffer(GL_ARRAY_BUFFER); in glamor_put_vbo_space()
162 glBufferData(GL_ARRAY_BUFFER, glamor_priv->vbo_offset, in glamor_put_vbo_space()
166 glBindBuffer(GL_ARRAY_BUFFER, 0); in glamor_put_vbo_space()
/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()
373 glBufferData(GL_ARRAY_BUFFER, sizeof (position), position, GL_STATIC_DRAW); in ephyr_glamor_glx_screen_init()
/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/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c744 glBindBuffer(GL_ARRAY_BUFFER, vbo); in xwl_eglstream_init_shaders()
745 glBufferData(GL_ARRAY_BUFFER, sizeof(position), position, GL_STATIC_DRAW); in xwl_eglstream_init_shaders()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp249 MBGL_CHECK_ERROR(glBufferData(GL_ARRAY_BUFFER, size, data, static_cast<GLenum>(usage))); in createVertexBuffer()
255 MBGL_CHECK_ERROR(glBufferSubData(GL_ARRAY_BUFFER, 0, size, data)); in updateVertexBuffer()
H A Dvalue.cpp321 MBGL_CHECK_ERROR(glBindBuffer(GL_ARRAY_BUFFER, value)); in Set()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h370 #define GL_ARRAY_BUFFER 0x8892 macro
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h120 #define GL_ARRAY_BUFFER 0x8892 macro
/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.h120 #define GL_ARRAY_BUFFER 0x8892 macro
H A Dgl31.h122 #define GL_ARRAY_BUFFER 0x8892 macro
H A Dgl32.h122 #define GL_ARRAY_BUFFER 0x8892 macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog49598 - Rebase on the glBindBuffer(GL_ARRAY_BUFFER, 0) change.