HomeSort by relevance Sort by last modified time
    Searched refs:sampObj (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
samplerobj.c 114 _mesa_init_sampler_object(struct gl_sampler_object *sampObj, GLuint name)
116 sampObj->Name = name;
117 sampObj->RefCount = 1;
118 sampObj->WrapS = GL_REPEAT;
119 sampObj->WrapT = GL_REPEAT;
120 sampObj->WrapR = GL_REPEAT;
121 sampObj->MinFilter = GL_NEAREST_MIPMAP_LINEAR;
122 sampObj->MagFilter = GL_LINEAR;
123 sampObj->BorderColor.f[0] = 0.0;
124 sampObj->BorderColor.f[1] = 0.0
    [all...]
samplerobj.h 67 _mesa_init_sampler_object(struct gl_sampler_object *sampObj, GLuint name);
74 struct gl_sampler_object *sampObj);
shared.c 290 struct gl_sampler_object *sampObj = (struct gl_sampler_object *) data;
291 _mesa_reference_sampler_object(ctx, &sampObj, NULL);

Completed in 129 milliseconds