OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayerTexture
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTexture.cpp
29
#include "
LayerTexture
.h"
36
LayerTexture
::
LayerTexture
(GraphicsContext3D* context, TextureManager* manager)
45
LayerTexture
::~
LayerTexture
()
51
bool
LayerTexture
::isValid(const IntSize& size, unsigned format)
56
bool
LayerTexture
::reserve(const IntSize& size, unsigned format)
74
void
LayerTexture
::bindTexture()
80
void
LayerTexture
::framebufferTexture2D()
LayerTexture.h
41
class
LayerTexture
{
42
WTF_MAKE_NONCOPYABLE(
LayerTexture
); WTF_MAKE_FAST_ALLOCATED;
44
static PassOwnPtr<
LayerTexture
> create(GraphicsContext3D* context, TextureManager* manager)
46
return adoptPtr(new
LayerTexture
(context, manager));
48
~
LayerTexture
();
62
LayerTexture
(GraphicsContext3D*, TextureManager*);
Completed in 36 milliseconds