Searched refs:texture_pool (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_autogen.h64 ValueValidator<GLenum> texture_pool; variable
H A Dgles2_cmd_validation_implementation_autogen.h467 texture_pool(valid_texture_pool_table,
H A Dtexture_manager.h773 MemoryTypeTracker* GetMemTracker(GLenum texture_pool);
H A Dtexture_manager.cc570 if (!feature_info->validators()->texture_pool.IsValid(param)) {
/external/chromium_org/cc/resources/
H A Dresource_provider.h128 GLenum texture_pool,
387 GLenum texture_pool,
436 GLenum texture_pool; member in struct:cc::ResourceProvider::Resource
H A Dresource_provider.cc237 texture_pool(0),
252 GLenum texture_pool,
283 texture_pool(texture_pool),
290 DCHECK_EQ(origin == Internal, !!texture_pool);
326 texture_pool(0),
370 texture_pool(0),
489 GLenum texture_pool,
503 texture_pool,
1783 DCHECK(resource->texture_pool);
247 Resource(GLuint texture_id, const gfx::Size& size, Origin origin, GLenum target, GLenum filter, GLenum texture_pool, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
486 CreateGLTexture( const gfx::Size& size, GLenum target, GLenum texture_pool, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
[all...]
H A Dresource_provider_unittest.cc2445 GLenum texture_pool = GL_TEXTURE_POOL_UNMANAGED_CHROMIUM; local
2453 texture_pool,
2504 GLenum texture_pool = GL_TEXTURE_POOL_UNMANAGED_CHROMIUM; local
2517 texture_pool,

Completed in 1073 milliseconds