Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexparam.c146 get_texobj_by_name(struct gl_context *ctx, GLuint texture, const char *name) in get_texobj_by_name() function
1200 texObj = get_texobj_by_name(ctx, texture, "glTextureParameterfv"); in _mesa_TextureParameterfv()
1275 texObj = get_texobj_by_name(ctx, texture, "glTextureParameterf"); in _mesa_TextureParameterf()
1329 texObj = get_texobj_by_name(ctx, texture, "glTextureParameteri"); in _mesa_TextureParameteri()
1385 texObj = get_texobj_by_name(ctx, texture, "glTextureParameteriv"); in _mesa_TextureParameteriv()
1399 texObj = get_texobj_by_name(ctx, texture, "glTextureParameterIiv"); in _mesa_TextureParameterIiv()
1444 texObj = get_texobj_by_name(ctx, texture, "glTextureParameterIuiv"); in _mesa_TextureParameterIuiv()
2770 obj = get_texobj_by_name(ctx, texture, "glGetTextureParameterfv"); in _mesa_GetTextureParameterfv()
2821 obj = get_texobj_by_name(ctx, texture, "glGetTextureParameteriv"); in _mesa_GetTextureParameteriv()
2834 texObj = get_texobj_by_name(ctx, texture, "glGetTextureParameterIiv"); in _mesa_GetTextureParameterIiv()
[all …]