Home
last modified time | relevance | path

Searched refs:ext_dsa (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dglthread_bufferobj.c240 bool ext_dsa; member
261 if (cmd->ext_dsa) { in _mesa_unmarshal_BufferData()
295 bool ext_dsa, const char *func) in _mesa_marshal_BufferData_merged()
325 cmd->ext_dsa = ext_dsa; in _mesa_marshal_BufferData_merged()
367 bool ext_dsa; member
381 if (cmd->ext_dsa) { in _mesa_unmarshal_BufferSubData()
415 bool named, bool ext_dsa, const char *func) in _mesa_marshal_BufferSubData_merged()
440 ext_dsa); in _mesa_marshal_BufferSubData_merged()
466 cmd->ext_dsa in _mesa_marshal_BufferSubData_merged()
293 _mesa_marshal_BufferData_merged(GLuint target_or_name, GLsizeiptr size, const GLvoid *data, GLenum usage, bool named, bool ext_dsa, const char *func) _mesa_marshal_BufferData_merged() argument
413 _mesa_marshal_BufferSubData_merged(GLuint target_or_name, GLintptr offset, GLsizeiptr size, const GLvoid *data, bool named, bool ext_dsa, const char *func) _mesa_marshal_BufferSubData_merged() argument
[all...]
H A Dteximage.c3656 const char *callerName, bool no_error, bool ext_dsa) in texturesubimage()
3672 if (!ext_dsa) { in texturesubimage()
3771 const char *callerName, bool ext_dsa) in texturesubimage_error()
3775 callerName, false, ext_dsa); in texturesubimage_error()
3785 const char *callerName, bool ext_dsa) in texturesubimage_no_error()
3789 callerName, true, ext_dsa); in texturesubimage_no_error()
3651 texturesubimage(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool no_error, bool ext_dsa) texturesubimage() argument
3766 texturesubimage_error(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool ext_dsa) texturesubimage_error() argument
3780 texturesubimage_no_error(struct gl_context *ctx, GLuint dims, GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const char *callerName, bool ext_dsa) texturesubimage_no_error() argument
H A Dbufferobj.c3562 GLboolean ext_dsa) in _mesa_InternalBufferSubDataCopyMESA()
3570 if (named && ext_dsa) { in _mesa_InternalBufferSubDataCopyMESA()
3581 assert(!ext_dsa); in _mesa_InternalBufferSubDataCopyMESA()
3559 _mesa_InternalBufferSubDataCopyMESA(GLintptr srcBuffer, GLuint srcOffset, GLuint dstTargetOrName, GLintptr dstOffset, GLsizeiptr size, GLboolean named, GLboolean ext_dsa) _mesa_InternalBufferSubDataCopyMESA() argument

Completed in 18 milliseconds