OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasAllocatedUsingRobustnessExtension
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ui/gl/
gl_context_glx.h
37
virtual bool
WasAllocatedUsingRobustnessExtension
() OVERRIDE;
gl_context_egl.h
36
virtual bool
WasAllocatedUsingRobustnessExtension
() OVERRIDE;
gl_context.h
94
virtual bool
WasAllocatedUsingRobustnessExtension
();
gl_context.cc
113
bool GLContext::
WasAllocatedUsingRobustnessExtension
() {
gl_context_egl.cc
191
bool GLContextEGL::
WasAllocatedUsingRobustnessExtension
() {
gl_context_glx.cc
222
bool GLContextGLX::
WasAllocatedUsingRobustnessExtension
() {
/external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc
104
bool GLContextVirtual::
WasAllocatedUsingRobustnessExtension
() {
105
return shared_context_->
WasAllocatedUsingRobustnessExtension
();
gl_context_virtual.h
49
virtual bool
WasAllocatedUsingRobustnessExtension
() OVERRIDE;
gles2_cmd_decoder.cc
[
all
...]
Completed in 140 milliseconds