• Home
  • Raw
  • Download

Lines Matching refs:internalFormat

332                   GLenum internalFormat, GLsizei width, GLsizei height,  in texstorage_memory()  argument
354 if (!_mesa_is_legal_tex_storage_format(ctx, internalFormat)) { in texstorage_memory()
357 _mesa_enum_to_string(internalFormat)); in texstorage_memory()
370 levels, internalFormat, in texstorage_memory()
376 GLenum internalFormat, GLsizei width, GLsizei height, in texstorage_memory_ms() argument
399 internalFormat, width, height, depth, in texstorage_memory_ms()
408 GLenum internalFormat, GLsizei width, GLsizei height, in texturestorage_memory() argument
423 if (!_mesa_is_legal_tex_storage_format(ctx, internalFormat)) { in texturestorage_memory()
426 _mesa_enum_to_string(internalFormat)); in texturestorage_memory()
446 levels, internalFormat, in texturestorage_memory()
452 GLenum internalFormat, GLsizei width, GLsizei height, in texturestorage_memory_ms() argument
475 samples, internalFormat, width, height, in texturestorage_memory_ms()
482 GLenum internalFormat, in _mesa_TexStorageMem2DEXT() argument
488 texstorage_memory(2, target, levels, internalFormat, width, height, 1, in _mesa_TexStorageMem2DEXT()
495 GLenum internalFormat, in _mesa_TexStorageMem2DMultisampleEXT() argument
502 texstorage_memory_ms(2, target, samples, internalFormat, width, height, 1, in _mesa_TexStorageMem2DMultisampleEXT()
510 GLenum internalFormat, in _mesa_TexStorageMem3DEXT() argument
517 texstorage_memory(3, target, levels, internalFormat, width, height, depth, in _mesa_TexStorageMem3DEXT()
524 GLenum internalFormat, in _mesa_TexStorageMem3DMultisampleEXT() argument
532 texstorage_memory_ms(3, target, samples, internalFormat, width, height, in _mesa_TexStorageMem3DMultisampleEXT()
540 GLenum internalFormat, in _mesa_TextureStorageMem2DEXT() argument
546 texturestorage_memory(2, texture, levels, internalFormat, width, height, 1, in _mesa_TextureStorageMem2DEXT()
553 GLenum internalFormat, in _mesa_TextureStorageMem2DMultisampleEXT() argument
560 texturestorage_memory_ms(2, texture, samples, internalFormat, width, height, in _mesa_TextureStorageMem2DMultisampleEXT()
568 GLenum internalFormat, in _mesa_TextureStorageMem3DEXT() argument
575 texturestorage_memory(3, texture, levels, internalFormat, width, height, in _mesa_TextureStorageMem3DEXT()
582 GLenum internalFormat, in _mesa_TextureStorageMem3DMultisampleEXT() argument
590 texturestorage_memory_ms(3, texture, samples, internalFormat, width, height, in _mesa_TextureStorageMem3DMultisampleEXT()
598 GLenum internalFormat, in _mesa_TexStorageMem1DEXT() argument
603 texstorage_memory(1, target, levels, internalFormat, width, 1, 1, memory, in _mesa_TexStorageMem1DEXT()
610 GLenum internalFormat, in _mesa_TextureStorageMem1DEXT() argument
615 texturestorage_memory(1, texture, levels, internalFormat, width, 1, 1, in _mesa_TextureStorageMem1DEXT()