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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource.h 95 extern struct u_resource_vtbl i915_texture_vtbl;
100 assert(tex->b.vtbl == &i915_texture_vtbl);
i915_resource_texture.c 925 struct u_resource_vtbl i915_texture_vtbl = variable in typeref:struct:u_resource_vtbl
954 tex->b.vtbl = &i915_texture_vtbl;
1027 tex->b.vtbl = &i915_texture_vtbl;
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource.h 95 extern struct u_resource_vtbl i915_texture_vtbl;
100 assert(tex->b.vtbl == &i915_texture_vtbl);
i915_resource_texture.c 925 struct u_resource_vtbl i915_texture_vtbl = variable in typeref:struct:u_resource_vtbl
954 tex->b.vtbl = &i915_texture_vtbl;
1027 tex->b.vtbl = &i915_texture_vtbl;

Completed in 1343 milliseconds