Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_vbo.c111 glBufferData(GL_ARRAY_BUFFER, in glamor_get_vbo_space()
162 glBufferData(GL_ARRAY_BUFFER, glamor_priv->vbo_offset, in glamor_put_vbo_space()
H A Dglamor_prepare.c118 glBufferData(GL_PIXEL_PACK_BUFFER, in glamor_prep_pixmap_box()
H A Dglamor.c351 glBufferData(GL_ELEMENT_ARRAY_BUFFER, size, NULL, GL_STATIC_DRAW); in glamor_gldrawarrays_quads_using_indices()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp47 … #define glBufferData(...) QOpenGLContext::currentContext()->functions()->glBufferData(__VA_ARGS__) macro
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c373 glBufferData(GL_ARRAY_BUFFER, sizeof (position), position, GL_STATIC_DRAW); in ephyr_glamor_glx_screen_init()
/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()
264 MBGL_CHECK_ERROR(glBufferData(GL_ELEMENT_ARRAY_BUFFER, size, data, static_cast<GLenum>(usage))); in createIndexBuffer()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c745 glBufferData(GL_ARRAY_BUFFER, sizeof(position), position, GL_STATIC_DRAW); in xwl_eglstream_init_shaders()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h450 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usag…
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h538 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum …
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h538 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum …
H A Dgl31.h540 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum …
H A Dgl32.h540 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum …
/OK3568_Linux_fs/external/xserver/
H A DChangeLog1956 Packed buffer allocation (which happens at glBufferData time with the