Home | History | Annotate | Download | only in resources

Lines Matching refs:texture_pool

91       texture_pool(0),
102 GLenum texture_pool,
125 texture_pool(texture_pool),
152 texture_pool(0),
238 gfx::Size size, GLenum format, GLenum texture_pool, TextureUsageHint hint) {
244 Resource resource(0, size, format, GL_LINEAR, texture_pool, hint);
1264 if (resource->texture_pool == 0)
1273 resource->texture_pool));