| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_vbo.c | 112 glamor_priv->vbo_size, NULL, GL_STREAM_DRAW);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/ |
| H A D | imgui_impl_opengl3.cpp | 181 glBufferData(GL_ARRAY_BUFFER, (GLsizeiptr)cmd_list->VtxBuffer.Size * sizeof(ImDrawVert), (const GLvoid*)cmd_list->VtxBuffer.Data, GL_STREAM_DRAW); 184 glBufferData(GL_ELEMENT_ARRAY_BUFFER, (GLsizeiptr)cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx), (const GLvoid*)cmd_list->IdxBuffer.Data, GL_STREAM_DRAW);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/ |
| H A D | imgui_impl_opengl3.cpp | 181 glBufferData(GL_ARRAY_BUFFER, (GLsizeiptr)cmd_list->VtxBuffer.Size * sizeof(ImDrawVert), (const GLvoid*)cmd_list->VtxBuffer.Data, GL_STREAM_DRAW); 184 glBufferData(GL_ELEMENT_ARRAY_BUFFER, (GLsizeiptr)cmd_list->IdxBuffer.Size * sizeof(ImDrawIdx), (const GLvoid*)cmd_list->IdxBuffer.Data, GL_STREAM_DRAW);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | streaming_rect.c | 260 Width * Height * 4, NULL, GL_STREAM_DRAW);
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | buffermapping.rst | 100 167585 glBufferData(target = GL_ARRAY_BUFFER, size = 196608, data = NULL, usage = GL_STREAM_DRAW) 103 167589 glBufferData(target = GL_ARRAY_BUFFER, size = 196608, data = NULL, usage = GL_STREAM_DRAW) 121 7251919 glBufferData(target = GL_ARRAY_BUFFER, size = 144, data = blob(144), usage = GL_STREAM_DRAW) 128 7251940 glBufferData(target = GL_ARRAY_BUFFER, size = 144, data = blob(144), usage = GL_STREAM_DRAW) 254 938386 glBufferData(target = GL_ARRAY_BUFFER, size = 1048576, data = NULL, usage = GL_STREAM_DRAW)
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | gsraytrace.cpp | 765 glBufferData(GL_TRANSFORM_FEEDBACK_BUFFER, nElem*sizeof(GSRay), 0, GL_STREAM_DRAW);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_bufferobjects.c | 247 case GL_STREAM_DRAW:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_bufferobjects.c | 279 case GL_STREAM_DRAW:
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES2/ |
| H A D | gl2.h | 124 #define GL_STREAM_DRAW 0x88E0 macro
|
| /xsrc/external/mit/MesaLib/dist/include/GLES2/ |
| H A D | gl2.h | 124 #define GL_STREAM_DRAW 0x88E0 macro
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES3/ |
| H A D | gl3.h | 124 #define GL_STREAM_DRAW 0x88E0 macro
|
| H A D | gl31.h | 126 #define GL_STREAM_DRAW 0x88E0 macro
|
| H A D | gl32.h | 126 #define GL_STREAM_DRAW 0x88E0 macro
|
| /xsrc/external/mit/MesaLib/dist/include/GLES3/ |
| H A D | gl3.h | 124 #define GL_STREAM_DRAW 0x88E0 macro
|
| H A D | gl31.h | 124 #define GL_STREAM_DRAW 0x88E0 macro
|
| H A D | gl32.h | 124 #define GL_STREAM_DRAW 0x88E0 macro
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glcorearb.h | 636 #define GL_STREAM_DRAW 0x88E0 macro
|
| H A D | glext.h | 487 #define GL_STREAM_DRAW 0x88E0 macro
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glcorearb.h | 636 #define GL_STREAM_DRAW 0x88E0 macro
|
| H A D | glext.h | 488 #define GL_STREAM_DRAW 0x88E0 macro
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 4296 #define GL_STREAM_DRAW 0x88E0 macro [all...] |