Searched refs:kTextures (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.h59 kTextures, enumerator in enum:gpu::gles2::id_namespaces::IdNamespaces
70 COMPILE_ASSERT(kTextures == 4, kTextures_is_not_4);
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.cc69 id_namespaces_[id_namespaces::kTextures].reset(new IdAllocator);
H A Dgles2_cmd_decoder_unittest.cc217 const GLuint kNamespaceId = id_namespaces::kTextures;
284 const GLuint kNamespaceId = id_namespaces::kTextures;
295 const GLuint kNamespaceId = id_namespaces::kTextures;
306 const GLuint kNamespaceId = id_namespaces::kTextures;
319 const GLuint kNamespaceId = id_namespaces::kTextures;
H A Dgles2_cmd_decoder.cc4242 group_->GetIdAllocator(id_namespaces::kTextures);
10729 group_->GetIdAllocator(id_namespaces::kTextures);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc2594 GetIdHandler(id_namespaces::kTextures)->MarkAsUsedForBind(texture);
2704 if (!GetIdHandler(id_namespaces::kTextures)->FreeIds(
3640 GetIdHandler(id_namespaces::kTextures)->MakeIds(this, 0, 1, &client_id);
H A Dgles2_implementation_impl_autogen.h565 GetIdHandler(id_namespaces::kTextures)->MakeIds(this, 0, n, textures);

Completed in 1975 milliseconds