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.c156 get_texobj_by_name(struct gl_context *ctx, GLuint texture, const char *name) in get_texobj_by_name() function
1177 texObj = get_texobj_by_name(ctx, texture, "glTextureParameterfv"); in _mesa_TextureParameterfv()
1190 texObj = get_texobj_by_name(ctx, texture, "glTextureParameterf"); in _mesa_TextureParameterf()
1203 texObj = get_texobj_by_name(ctx, texture, "glTextureParameteri"); in _mesa_TextureParameteri()
1217 texObj = get_texobj_by_name(ctx, texture, "glTextureParameteriv"); in _mesa_TextureParameteriv()
1231 texObj = get_texobj_by_name(ctx, texture, "glTextureParameterIiv"); in _mesa_TextureParameterIiv()
1244 texObj = get_texobj_by_name(ctx, texture, "glTextureParameterIuiv"); in _mesa_TextureParameterIuiv()
2371 obj = get_texobj_by_name(ctx, texture, "glGetTextureParameterfv"); in _mesa_GetTextureParameterfv()
2384 obj = get_texobj_by_name(ctx, texture, "glGetTextureParameteriv"); in _mesa_GetTextureParameteriv()
2397 texObj = get_texobj_by_name(ctx, texture, "glGetTextureParameterIiv"); in _mesa_GetTextureParameterIiv()
[all …]