Searched defs:GLInProcessContext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.h47 class GLES2_IMPL_EXPORT GLInProcessContext { class in namespace:gpu
49 virtual ~GLInProcessContext() {}
51 // Create a GLInProcessContext, if |is_offscreen| is true, renders to an
54 static GLInProcessContext* CreateContext(
66 static GLInProcessContext* CreateWithSurface(
69 GLInProcessContext* share_context,
75 // Allows direct access to the GLES2 implementation so a GLInProcessContext

Completed in 324 milliseconds