Home
last modified time | relevance | path

Searched refs:_mesa_new_texture_object (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexobj.h70 _mesa_new_texture_object( struct gl_context *ctx, GLuint name, GLenum target );
Dformatquery.c1432 struct gl_texture_object *tex_obj = _mesa_new_texture_object(ctx, 0, target); in _mesa_GetInternalformativ()
Dtexobj.c249 _mesa_new_texture_object( struct gl_context *ctx, GLuint name, GLenum target ) in _mesa_new_texture_object() function
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c105 driver->NewTextureObject = _mesa_new_texture_object; in _mesa_init_driver_functions()