| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | varray.c | 310 get_array_format(const struct gl_context *ctx, GLint sizeMax, GLint *size) argument 315 * If sizeMax = BGRA_OR_4 it means that size = GL_BGRA is legal and 318 if (ctx->Extensions.EXT_vertex_array_bgra && sizeMax == BGRA_OR_4 && 368 * \param sizeMax Max allowable size value (may also be BGRA_OR_4) 381 GLint sizeMin, GLint sizeMax, 403 if (_mesa_is_gles(ctx) && sizeMax == BGRA_OR_4) { 406 sizeMax = 4; 449 else if (size < sizeMin || size > sizeMax || size > 4) { 490 * \param sizeMax max allowable size value (may also be BGRA_OR_4) 502 GLint sizeMin, GLint sizeMax, 378 validate_array_format(struct gl_context * ctx,const char * func,struct gl_vertex_array_object * vao,GLuint attrib,GLbitfield legalTypesMask,GLint sizeMin,GLint sizeMax,GLint size,GLenum type,GLboolean normalized,GLboolean integer,GLboolean doubles,GLuint relativeOffset,GLenum format) argument 500 validate_array(struct gl_context * ctx,const char * func,GLuint attrib,GLbitfield legalTypesMask,GLint sizeMin,GLint sizeMax,GLint size,GLenum type,GLsizei stride,GLboolean normalized,GLboolean integer,GLboolean doubles,const GLvoid * ptr) argument 558 validate_array_and_format(struct gl_context * ctx,const char * func,GLuint attrib,GLbitfield legalTypes,GLint sizeMin,GLint sizeMax,GLint size,GLenum type,GLsizei stride,GLboolean normalized,GLboolean integer,GLboolean doubles,GLenum format,const GLvoid * ptr,struct gl_vertex_array_object * vao) argument 590 update_array(struct gl_context * ctx,GLuint attrib,GLenum format,GLint sizeMax,GLint size,GLenum type,GLsizei stride,GLboolean normalized,GLboolean integer,GLboolean doubles,const GLvoid * ptr) argument 2380 vertex_attrib_format(GLuint attribIndex,GLint size,GLenum type,GLboolean normalized,GLboolean integer,GLboolean doubles,GLbitfield legalTypes,GLsizei sizeMax,GLuint relativeOffset,const char * func) argument 2473 vertex_array_attrib_format(GLuint vaobj,GLuint attribIndex,GLint size,GLenum type,GLboolean normalized,GLboolean integer,GLboolean doubles,GLbitfield legalTypes,GLsizei sizeMax,GLuint relativeOffset,const char * func) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | varray.c | 602 get_array_format(const struct gl_context *ctx, GLint sizeMax, GLint *size) argument 607 * If sizeMax = BGRA_OR_4 it means that size = GL_BGRA is legal and 610 if (ctx->Extensions.EXT_vertex_array_bgra && sizeMax == BGRA_OR_4 && 668 * \param sizeMax Max allowable size value (may also be BGRA_OR_4) 681 GLint sizeMin, GLint sizeMax, 703 if (_mesa_is_gles(ctx) && sizeMax == BGRA_OR_4) { 706 sizeMax = 4; 749 else if (size < sizeMin || size > sizeMax || size > 4) { 792 * \param sizeMax max allowable size value (may also be BGRA_OR_4) 806 GLint sizeMin, GLint sizeMax, 678 validate_array_format(struct gl_context * ctx,const char * func,struct gl_vertex_array_object * vao,GLuint attrib,GLbitfield legalTypesMask,GLint sizeMin,GLint sizeMax,GLint size,GLenum type,bool normalized,bool integer,bool doubles,GLuint relativeOffset,GLenum format) argument 802 validate_array(struct gl_context * ctx,const char * func,struct gl_vertex_array_object * vao,struct gl_buffer_object * obj,GLuint attrib,GLbitfield legalTypesMask,GLint sizeMin,GLint sizeMax,GLint size,GLenum type,GLsizei stride,GLboolean normalized,GLboolean integer,GLboolean doubles,const GLvoid * ptr) argument 860 validate_array_and_format(struct gl_context * ctx,const char * func,struct gl_vertex_array_object * vao,struct gl_buffer_object * obj,GLuint attrib,GLbitfield legalTypes,GLint sizeMin,GLint sizeMax,GLint size,GLenum type,GLsizei stride,GLboolean normalized,GLboolean integer,GLboolean doubles,GLenum format,const GLvoid * ptr) argument 895 update_array(struct gl_context * ctx,struct gl_vertex_array_object * vao,struct gl_buffer_object * obj,GLuint attrib,GLenum format,GLint sizeMax,GLint size,GLenum type,GLsizei stride,GLboolean normalized,GLboolean integer,GLboolean doubles,const GLvoid * ptr) argument 3347 vertex_attrib_format(GLuint attribIndex,GLint size,GLenum type,GLboolean normalized,GLboolean integer,GLboolean doubles,GLbitfield legalTypes,GLsizei sizeMax,GLuint relativeOffset,const char * func) argument 3440 vertex_array_attrib_format(GLuint vaobj,bool isExtDsa,GLuint attribIndex,GLint size,GLenum type,GLboolean normalized,GLboolean integer,GLboolean doubles,GLbitfield legalTypes,GLsizei sizeMax,GLuint relativeOffset,const char * func) argument [all...] |