OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SurfacelessEGL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gl/
gl_surface_egl.h
114
//
SurfacelessEGL
is used as Offscreen surface when platform supports
117
class GL_EXPORT
SurfacelessEGL
: public GLSurfaceEGL {
119
explicit
SurfacelessEGL
(const gfx::Size& size);
133
virtual ~
SurfacelessEGL
();
137
DISALLOW_COPY_AND_ASSIGN(
SurfacelessEGL
);
gl_surface_egl.cc
189
// Check if
SurfacelessEGL
is supported.
196
scoped_refptr<GLSurface> surface = new
SurfacelessEGL
(Size(1, 1));
619
SurfacelessEGL
::
SurfacelessEGL
(const gfx::Size& size)
623
bool
SurfacelessEGL
::Initialize() {
627
void
SurfacelessEGL
::Destroy() {
630
EGLConfig
SurfacelessEGL
::GetConfig() {
634
bool
SurfacelessEGL
::IsOffscreen() {
638
bool
SurfacelessEGL
::SwapBuffers() {
639
LOG(ERROR) << "Attempted to call SwapBuffers with
SurfacelessEGL
."
[
all
...]
Completed in 258 milliseconds