OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextureManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
texture_manager.cc
65
TextureManager
::DestructionObserver::DestructionObserver() {}
67
TextureManager
::DestructionObserver::~DestructionObserver() {}
69
TextureManager
::~
TextureManager
() {
86
void
TextureManager
::Destroy(bool have_context) {
296
TextureManager
::ComputeMipMapCount(target_, width, height, depth);
391
int levels_needed =
TextureManager
::ComputeMipMapCount(
668
int levels_needed =
TextureManager
::ComputeMipMapCount(
733
int levels_needed =
TextureManager
::ComputeMipMapCount(
841
TextureRef::TextureRef(
TextureManager
* manager
[
all
...]
texture_manager.h
37
class
TextureManager
;
177
friend class
TextureManager
;
418
TextureRef(
TextureManager
* manager, GLuint client_id, Texture* texture);
419
static scoped_refptr<TextureRef> Create(
TextureManager
* manager,
430
friend class
TextureManager
;
433
const
TextureManager
* manager() const { return manager_; }
434
TextureManager
* manager() { return manager_; }
441
TextureManager
* manager_;
450
//
TextureManager
.
476
class GPU_EXPORT
TextureManager
{
[
all
...]
Completed in 455 milliseconds