Home
last modified time | relevance | path

Searched defs:subdata (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp451 void ContextArray::subdata (Target target, int offset, int size, const char* ptr) in subdata() function in deqp::gls::ContextArray
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c2809 clear_buffer_sub_data(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data, const char *func, bool subdata, bool no_error) clear_buffer_sub_data() argument
2867 clear_buffer_sub_data_error(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data, const char *func, bool subdata) clear_buffer_sub_data_error() argument
2879 clear_buffer_sub_data_no_error(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data, const char *func, bool subdata) clear_buffer_sub_data_no_error() argument
[all...]

Completed in 9 milliseconds