OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextureStorage9
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
TextureStorage9.h
7
//
TextureStorage9
.h: Defines the abstract rx::
TextureStorage9
class and its concrete derived
24
class
TextureStorage9
: public TextureStorage
27
virtual ~
TextureStorage9
();
29
static
TextureStorage9
*makeTextureStorage9(TextureStorage *storage);
49
TextureStorage9
(Renderer *renderer, DWORD usage);
52
DISALLOW_COPY_AND_ASSIGN(
TextureStorage9
);
58
class TextureStorage9_2D : public
TextureStorage9
81
class TextureStorage9_Cube : public
TextureStorage9
TextureStorage9.cpp
7
//
TextureStorage9
.cpp: Implements the abstract rx::
TextureStorage9
class and its concrete derived
11
#include "libGLESv2/renderer/d3d/d3d9/
TextureStorage9
.h"
23
TextureStorage9
::
TextureStorage9
(Renderer *renderer, DWORD usage)
31
TextureStorage9
::~
TextureStorage9
()
35
TextureStorage9
*
TextureStorage9
::makeTextureStorage9(TextureStorage *storage)
37
ASSERT(HAS_DYNAMIC_TYPE(
TextureStorage9
*, storage))
[
all
...]
Completed in 338 milliseconds