OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextureStorageInterfaceCube
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
TextureStorage.cpp
9
// classes TextureStorageInterface2D and
TextureStorageInterfaceCube
, which act as the interface to the
97
TextureStorageInterfaceCube
::
TextureStorageInterfaceCube
(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, int size)
103
TextureStorageInterfaceCube
::~
TextureStorageInterfaceCube
()
107
RenderTarget *
TextureStorageInterfaceCube
::getRenderTarget(GLenum faceTarget) const
112
void
TextureStorageInterfaceCube
::generateMipmap(int face, int level)
117
unsigned int
TextureStorageInterfaceCube
::getRenderTargetSerial(GLenum target) const
TextureStorage.h
8
// classes TextureStorageInterface2D and
TextureStorageInterfaceCube
, which act as the interface to the
90
class
TextureStorageInterfaceCube
: public TextureStorageInterface
93
TextureStorageInterfaceCube
(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, int size);
94
virtual ~
TextureStorageInterfaceCube
();
102
DISALLOW_COPY_AND_ASSIGN(
TextureStorageInterfaceCube
);
Completed in 43 milliseconds