Home
last modified time | relevance | path

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

/external/chromium_org/cc/resources/
Dresource_provider.h116 GLenum texture_pool,
372 GLenum texture_pool,
411 GLenum texture_pool; member
Dresource_provider.cc189 texture_pool(0), in Resource()
203 GLenum texture_pool, in Resource() argument
231 texture_pool(texture_pool), in Resource()
270 texture_pool(0), in Resource()
386 GLenum texture_pool, in CreateGLTexture() argument
396 0, size, target, GL_LINEAR, texture_pool, wrap_mode, hint, format); in CreateGLTexture()
1629 if (resource->texture_pool == 0) in LazyCreate()
1651 resource->target, GL_TEXTURE_POOL_CHROMIUM, resource->texture_pool)); in LazyCreate()
Dresource_provider_unittest.cc2171 GLenum texture_pool = GL_TEXTURE_POOL_UNMANAGED_CHROMIUM; in TEST_P() local
2179 texture_pool, in TEST_P()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_validation_autogen.h63 ValueValidator<GLenum> texture_pool; variable
Dgles2_cmd_validation_implementation_autogen.h650 texture_pool( in Validators()
Dtexture_manager.h782 MemoryTypeTracker* GetMemTracker(GLenum texture_pool);
Dtexture_manager.cc604 if (!feature_info->validators()->texture_pool.IsValid(param)) { in SetParameter()