Home
last modified time | relevance | path

Searched refs:storflags (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libplacebo/libplacebo-4.157.0/src/opengl/
H A Dgpu.c303 GLbitfield mapflags = 0, storflags = 0; in gl_buf_create() local
305 storflags |= GL_DYNAMIC_STORAGE_BIT; in gl_buf_create()
311 storflags |= GL_CLIENT_STORAGE_BIT; // hopefully this works in gl_buf_create()
313 glBufferStorage(target, total_size, data, storflags | mapflags); in gl_buf_create()
/dports/multimedia/mpv/mpv-0.34.1/video/out/opengl/
H A Dra_gl.c607 unsigned storflags = flags; in gl_buf_create() local
609 storflags |= GL_CLIENT_STORAGE_BIT; in gl_buf_create()
612 storflags); in gl_buf_create()