Searched refs:GL_ARRAY_BUFFER (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_vbo.c | 53 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 D | ephyr_glamor_glx.c | 372 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 D | 0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch | 93 + 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 D | xwayland-glamor-eglstream.c | 744 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 D | context.cpp | 249 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 D | value.cpp | 321 MBGL_CHECK_ERROR(glBindBuffer(GL_ARRAY_BUFFER, value)); in Set()
|
| /OK3568_Linux_fs/external/libmali/include/GLES/ |
| H A D | gl.h | 370 #define GL_ARRAY_BUFFER 0x8892 macro
|
| /OK3568_Linux_fs/external/libmali/include/GLES2/ |
| H A D | gl2.h | 120 #define GL_ARRAY_BUFFER 0x8892 macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/ |
| H A D | 0003-Add-disable-opengl-configure-option.patch | 147 glBindBuffer (GL_ARRAY_BUFFER, 0);
|
| /OK3568_Linux_fs/external/libmali/include/GLES3/ |
| H A D | gl3.h | 120 #define GL_ARRAY_BUFFER 0x8892 macro
|
| H A D | gl31.h | 122 #define GL_ARRAY_BUFFER 0x8892 macro
|
| H A D | gl32.h | 122 #define GL_ARRAY_BUFFER 0x8892 macro
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 49598 - Rebase on the glBindBuffer(GL_ARRAY_BUFFER, 0) change.
|