OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebGLDepthTexture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLDepthTexture.h
35
class
WebGLDepthTexture
: public WebGLExtension, public ScriptWrappable {
37
static PassRefPtr<
WebGLDepthTexture
> create(WebGLRenderingContext*);
41
virtual ~
WebGLDepthTexture
();
45
WebGLDepthTexture
(WebGLRenderingContext*);
WebGLDepthTexture.cpp
28
#include "core/html/canvas/
WebGLDepthTexture
.h"
34
WebGLDepthTexture
::
WebGLDepthTexture
(WebGLRenderingContext* context)
41
WebGLDepthTexture
::~
WebGLDepthTexture
()
45
WebGLExtension::ExtensionName
WebGLDepthTexture
::name() const
50
PassRefPtr<
WebGLDepthTexture
>
WebGLDepthTexture
::create(WebGLRenderingContext* context)
52
return adoptRef(new
WebGLDepthTexture
(context));
55
bool
WebGLDepthTexture
::supported(WebGLRenderingContext* context
[
all
...]
Completed in 91 milliseconds