OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AwGLSurface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/android_webview/browser/
aw_gl_surface.h
15
class GL_EXPORT
AwGLSurface
: public gfx::GLSurface {
17
AwGLSurface
();
32
virtual ~
AwGLSurface
();
37
DISALLOW_COPY_AND_ASSIGN(
AwGLSurface
);
aw_gl_surface.cc
9
AwGLSurface
::
AwGLSurface
() : fbo_(0) {}
11
AwGLSurface
::~
AwGLSurface
() {}
13
void
AwGLSurface
::Destroy() {
16
bool
AwGLSurface
::IsOffscreen() {
20
unsigned int
AwGLSurface
::GetBackingFrameBufferObject() {
24
bool
AwGLSurface
::SwapBuffers() {
28
gfx::Size
AwGLSurface
::GetSize() {
32
void*
AwGLSurface
::GetHandle()
[
all
...]
Completed in 2370 milliseconds