OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDrawableHandle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gl/
gl_surface_glx.h
74
gfx::AcceleratedWidget
GetDrawableHandle
() const;
gl_surface_glx.cc
537
gfx::AcceleratedWidget NativeViewGLSurfaceGLX::
GetDrawableHandle
() const {
603
glXSwapBuffers(g_display,
GetDrawableHandle
());
612
return reinterpret_cast<void*>(
GetDrawableHandle
());
688
glXCopySubBufferMESA(g_display,
GetDrawableHandle
(), x, y, width, height);
Completed in 32 milliseconds