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

  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 173 struct pipe_resource *oldTex = stObj->pt;
177 oldTex->target,
178 oldTex->format,
180 oldTex->width0,
181 oldTex->height0,
182 oldTex->depth0,
183 oldTex->array_size,
184 oldTex->bind);
192 pipe_resource_reference(&oldTex, NULL);
  /external/mesa3d/src/mesa/main/
texobj.c 347 struct gl_texture_object *oldTex = *ptr;
349 ASSERT(valid_texture_object(oldTex));
352 _glthread_LOCK_MUTEX(oldTex->Mutex);
353 ASSERT(oldTex->RefCount > 0);
354 oldTex->RefCount--;
356 deleteFlag = (oldTex->RefCount == 0);
357 _glthread_UNLOCK_MUTEX(oldTex->Mutex);
362 ctx->Driver.DeleteTexture(ctx, oldTex);
    [all...]

Completed in 172 milliseconds