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/
TextureStorage9.h
7
//
TextureStorage9
.h: Defines the abstract rx::
TextureStorage9
class and its concrete derived
25
class
TextureStorage9
: public TextureStorage
28
TextureStorage9
(Renderer *renderer, DWORD usage);
29
virtual ~
TextureStorage9
();
31
static
TextureStorage9
*makeTextureStorage9(TextureStorage *storage);
55
DISALLOW_COPY_AND_ASSIGN(
TextureStorage9
);
61
class TextureStorage9_2D : public
TextureStorage9
84
class TextureStorage9_Cube : public
TextureStorage9
TextureStorage9.cpp
8
//
TextureStorage9
.cpp: Implements the abstract rx::
TextureStorage9
class and its concrete derived
14
#include "libGLESv2/renderer/
TextureStorage9
.h"
22
TextureStorage9
::
TextureStorage9
(Renderer *renderer, DWORD usage)
30
TextureStorage9
::~
TextureStorage9
()
34
TextureStorage9
*
TextureStorage9
::makeTextureStorage9(TextureStorage *storage)
36
ASSERT(HAS_DYNAMIC_TYPE(
TextureStorage9
*, storage))
[
all
...]
Completed in 25 milliseconds