Lines Matching refs:internalFormat
291 GLenum internalFormat, GLsizei width, GLsizei height, in texstorage_memory() argument
314 levels, internalFormat, in texstorage_memory()
320 GLenum internalFormat, GLsizei width, GLsizei height, in texstorage_memory_ms() argument
343 internalFormat, width, height, depth, in texstorage_memory_ms()
352 GLenum internalFormat, GLsizei width, GLsizei height, in texturestorage_memory() argument
375 levels, internalFormat, in texturestorage_memory()
381 GLenum internalFormat, GLsizei width, GLsizei height, in texturestorage_memory_ms() argument
404 samples, internalFormat, width, height, in texturestorage_memory_ms()
411 GLenum internalFormat, in _mesa_TexStorageMem2DEXT() argument
417 texstorage_memory(2, target, levels, internalFormat, width, height, 1, in _mesa_TexStorageMem2DEXT()
424 GLenum internalFormat, in _mesa_TexStorageMem2DMultisampleEXT() argument
431 texstorage_memory_ms(2, target, samples, internalFormat, width, height, 1, in _mesa_TexStorageMem2DMultisampleEXT()
439 GLenum internalFormat, in _mesa_TexStorageMem3DEXT() argument
446 texstorage_memory(3, target, levels, internalFormat, width, height, depth, in _mesa_TexStorageMem3DEXT()
453 GLenum internalFormat, in _mesa_TexStorageMem3DMultisampleEXT() argument
461 texstorage_memory_ms(3, target, samples, internalFormat, width, height, in _mesa_TexStorageMem3DMultisampleEXT()
469 GLenum internalFormat, in _mesa_TextureStorageMem2DEXT() argument
475 texturestorage_memory(2, texture, levels, internalFormat, width, height, 1, in _mesa_TextureStorageMem2DEXT()
482 GLenum internalFormat, in _mesa_TextureStorageMem2DMultisampleEXT() argument
489 texturestorage_memory_ms(2, texture, samples, internalFormat, width, height, in _mesa_TextureStorageMem2DMultisampleEXT()
497 GLenum internalFormat, in _mesa_TextureStorageMem3DEXT() argument
504 texturestorage_memory(3, texture, levels, internalFormat, width, height, in _mesa_TextureStorageMem3DEXT()
511 GLenum internalFormat, in _mesa_TextureStorageMem3DMultisampleEXT() argument
519 texturestorage_memory_ms(3, texture, samples, internalFormat, width, height, in _mesa_TextureStorageMem3DMultisampleEXT()
527 GLenum internalFormat, in _mesa_TexStorageMem1DEXT() argument
532 texstorage_memory(1, target, levels, internalFormat, width, 1, 1, memory, in _mesa_TexStorageMem1DEXT()
539 GLenum internalFormat, in _mesa_TextureStorageMem1DEXT() argument
544 texturestorage_memory(1, texture, levels, internalFormat, width, 1, 1, in _mesa_TextureStorageMem1DEXT()