Lines Matching defs:texture
407 texturestorage_memory(GLuint dims, GLuint texture, GLsizei levels,
430 texObj = _mesa_lookup_texture(ctx, texture);
451 texturestorage_memory_ms(GLuint dims, GLuint texture, GLsizei samples,
466 texObj = _mesa_lookup_texture(ctx, texture);
538 _mesa_TextureStorageMem2DEXT(GLuint texture,
546 texturestorage_memory(2, texture, levels, internalFormat, width, height, 1,
551 _mesa_TextureStorageMem2DMultisampleEXT(GLuint texture,
560 texturestorage_memory_ms(2, texture, samples, internalFormat, width, height,
566 _mesa_TextureStorageMem3DEXT(GLuint texture,
575 texturestorage_memory(3, texture, levels, internalFormat, width, height,
580 _mesa_TextureStorageMem3DMultisampleEXT(GLuint texture,
590 texturestorage_memory_ms(3, texture, samples, internalFormat, width, height,
608 _mesa_TextureStorageMem1DEXT(GLuint texture,
615 texturestorage_memory(1, texture, levels, internalFormat, width, 1, 1,
684 * made visible in the specified buffer and texture objects.