Home
last modified time | relevance | path

Searched refs:sampObj (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.c75 struct gl_sampler_object *sampObj) in delete_sampler_object()
77 _mesa_delete_sampler_handles(ctx, sampObj); in delete_sampler_object()
78 free(sampObj->Label); in delete_sampler_object()
79 FREE(sampObj); in delete_sampler_object()
117 _mesa_init_sampler_object(struct gl_sampler_object *sampObj, GLuint name) in _mesa_init_sampler_object() argument
119 sampObj->Name = name; in _mesa_init_sampler_object()
120 sampObj->RefCount = 1; in _mesa_init_sampler_object()
121 sampObj->Attrib.WrapS = GL_REPEAT; in _mesa_init_sampler_object()
122 sampObj->Attrib.WrapT = GL_REPEAT; in _mesa_init_sampler_object()
123 sampObj in _mesa_init_sampler_object()
74 delete_sampler_object(struct gl_context *ctx, struct gl_sampler_object *sampObj) delete_sampler_object() argument
163 struct gl_sampler_object *sampObj = CALLOC_STRUCT(gl_sampler_object); _mesa_new_sampler_object() local
185 struct gl_sampler_object *sampObj; create_samplers() local
256 struct gl_sampler_object *sampObj = delete_samplers() local
313 _mesa_bind_sampler(struct gl_context *ctx, GLuint unit, struct gl_sampler_object *sampObj) _mesa_bind_sampler() argument
327 struct gl_sampler_object *sampObj; bind_sampler() local
402 struct gl_sampler_object *sampObj; bind_samplers() local
868 struct gl_sampler_object *sampObj; sampler_parameter_error_check() local
900 struct gl_sampler_object *sampObj; _mesa_SamplerParameteri() local
986 struct gl_sampler_object *sampObj; _mesa_SamplerParameterf() local
1071 struct gl_sampler_object *sampObj; _mesa_SamplerParameteriv() local
1164 struct gl_sampler_object *sampObj; _mesa_SamplerParameterfv() local
1250 struct gl_sampler_object *sampObj; _mesa_SamplerParameterIiv() local
1337 struct gl_sampler_object *sampObj; _mesa_SamplerParameterIuiv() local
1424 struct gl_sampler_object *sampObj; _mesa_GetSamplerParameteriv() local
1520 struct gl_sampler_object *sampObj; _mesa_GetSamplerParameterfv() local
1598 struct gl_sampler_object *sampObj; _mesa_GetSamplerParameterIiv() local
1676 struct gl_sampler_object *sampObj; _mesa_GetSamplerParameterIuiv() local
[all...]
H A Dtexturebindless.c130 struct gl_sampler_object *sampObj = NULL; in make_texture_handle_resident() local
147 if (texHandleObj->sampObj) in make_texture_handle_resident()
148 _mesa_reference_sampler_object(ctx, &sampObj, texHandleObj->sampObj); in make_texture_handle_resident()
165 if (texHandleObj->sampObj) { in make_texture_handle_resident()
166 sampObj = texHandleObj->sampObj; in make_texture_handle_resident()
167 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in make_texture_handle_resident()
213 struct gl_sampler_object *sampObj) in find_texhandleobj()
217 if ((*texHandleObj)->sampObj in find_texhandleobj()
212 find_texhandleobj(struct gl_texture_object *texObj, struct gl_sampler_object *sampObj) find_texhandleobj() argument
224 new_texture_handle(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_sampler_object *sampObj) new_texture_handle() argument
250 get_texture_handle(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_sampler_object *sampObj) get_texture_handle() argument
482 struct gl_sampler_object *sampObj = (*texHandleObj)->sampObj; _mesa_delete_texture_handles() local
508 _mesa_init_sampler_handles(struct gl_sampler_object *sampObj) _mesa_init_sampler_handles() argument
514 _mesa_delete_sampler_handles(struct gl_context *ctx, struct gl_sampler_object *sampObj) _mesa_delete_sampler_handles() argument
647 struct gl_sampler_object *sampObj; _mesa_GetTextureSamplerHandleARB_no_error() local
665 struct gl_sampler_object *sampObj; _mesa_GetTextureSamplerHandleARB() local
[all...]
H A Dtexturebindless.h60 _mesa_init_sampler_handles(struct gl_sampler_object *sampObj);
63 struct gl_sampler_object *sampObj);
H A Dshared.c306 struct gl_sampler_object *sampObj = (struct gl_sampler_object *) data; in delete_sampler_object_cb() local
307 _mesa_reference_sampler_object(ctx, &sampObj, NULL); in delete_sampler_object_cb()
H A Dsamplerobj.h77 struct gl_sampler_object *sampObj);
H A Dmtypes.h3052 struct gl_sampler_object *sampObj; member

Completed in 11 milliseconds