H A D | teximage.c | 1119 GLuint dims, in error_check_subtexture_negative_dimensions() 1131 if (dims > 1 && subHeight < 0) { in error_check_subtexture_negative_dimensions() 1136 if (dims > 2 && subDepth < 0) { in error_check_subtexture_negative_dimensions() 1151 error_check_subtexture_dimensions(struct gl_context *ctx, GLuint dims, in error_check_subtexture_dimensions() argument 1173 if (dims > 1) { in error_check_subtexture_dimensions() 1187 if (dims > 2) { in error_check_subtexture_dimensions() 1511 legal_teximage_target(struct gl_context *ctx, GLuint dims, GLenum target) in legal_teximage_target() argument 1513 switch (dims) { in legal_teximage_target() 1565 _mesa_problem(ctx, "invalid dims=%u in legal_teximage_target()", dims); in legal_teximage_target() 1118 error_check_subtexture_negative_dimensions(struct gl_context *ctx, GLuint dims, GLsizei subWidth, GLsizei subHeight, GLsizei subDepth, const char *func) error_check_subtexture_negative_dimensions() argument 1578 legal_texsubimage_target(struct gl_context *ctx, GLuint dims, GLenum target, bool dsa) legal_texsubimage_target() argument 2969 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels, bool no_error) teximage() argument 3186 teximage_err(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) teximage_err() argument 3198 teximage_no_error(struct gl_context *ctx, GLboolean compressed, GLuint dims, GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const GLvoid *pixels) teximage_no_error() argument 3535 texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) texture_sub_image() argument 3584 texsubimage_err(struct gl_context *ctx, GLuint dims, 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) texsubimage_err() argument 3629 texsubimage(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) texsubimage() argument 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 4085 copytexsubimage_by_slice(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint dims, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) copytexsubimage_by_slice() argument 4167 copy_texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) copy_texture_sub_image() argument 4214 copy_texture_sub_image_err(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, const char *caller) copy_texture_sub_image_err() argument 4245 copy_texture_sub_image_no_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) copy_texture_sub_image_no_error() argument 4267 copyteximage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool no_error) copyteximage() argument 4441 copyteximage_err(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) copyteximage_err() argument 4452 copyteximage_no_error(struct gl_context *ctx, GLuint dims, GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) copyteximage_no_error() argument 5247 compressed_subtexture_target_check(struct gl_context *ctx, GLenum target, GLint dims, GLenum intFormat, bool dsa, const char *caller) compressed_subtexture_target_check() argument 5381 compressed_subtexture_error_check(struct gl_context *ctx, GLint dims, const struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data, const char *callerName) compressed_subtexture_error_check() argument 5663 compressed_texture_sub_image(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_texture_image *texImage, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) compressed_texture_sub_image() argument 6716 check_multisample_target(GLuint dims, GLenum target, bool dsa) check_multisample_target() argument 6734 texture_image_multisample(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations, GLboolean immutable, GLuint64 offset, const char *func) texture_image_multisample() argument 6949 valid_texstorage_ms_parameters(GLsizei width, GLsizei height, GLsizei depth, unsigned dims) valid_texstorage_ms_parameters() argument 7090 _mesa_texture_storage_ms_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint64 offset, const char* func) _mesa_texture_storage_ms_memory() argument [all...] |