OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLShareGroup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gl/
gl_share_group.h
19
class GL_EXPORT
GLShareGroup
: public base::RefCounted<
GLShareGroup
> {
21
GLShareGroup
();
49
friend class base::RefCounted<
GLShareGroup
>;
51
~
GLShareGroup
();
64
DISALLOW_COPY_AND_ASSIGN(
GLShareGroup
);
gl_share_group.cc
12
GLShareGroup
::
GLShareGroup
()
20
void
GLShareGroup
::AddContext(GLContext* context) {
24
void
GLShareGroup
::RemoveContext(GLContext* context) {
30
void*
GLShareGroup
::GetHandle() {
38
GLContext*
GLShareGroup
::GetContext() {
49
void
GLShareGroup
::SetSharedContext(GLContext* context) {
54
GLContext*
GLShareGroup
::GetSharedContext() {
59
void
GLShareGroup
::SetRendererID(int renderer_id) {
63
int
GLShareGroup
::GetRendererID()
[
all
...]
Completed in 35 milliseconds