Searched refs:texture_pool (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/cc/resources/ |
D | resource_provider.h | 116 GLenum texture_pool, 372 GLenum texture_pool, 411 GLenum texture_pool; member
|
D | resource_provider.cc | 189 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()
|
D | resource_provider_unittest.cc | 2171 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/ |
D | gles2_cmd_validation_autogen.h | 63 ValueValidator<GLenum> texture_pool; variable
|
D | gles2_cmd_validation_implementation_autogen.h | 650 texture_pool( in Validators()
|
D | texture_manager.h | 782 MemoryTypeTracker* GetMemTracker(GLenum texture_pool);
|
D | texture_manager.cc | 604 if (!feature_info->validators()->texture_pool.IsValid(param)) { in SetParameter()
|