OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCreateContextRobustnessSupported
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/gl/
gl_context_egl.cc
55
if (GLSurfaceEGL::
IsCreateContextRobustnessSupported
()) {
192
return GLSurfaceEGL::
IsCreateContextRobustnessSupported
();
gl_context_glx.cc
56
if (GLSurfaceGLX::
IsCreateContextRobustnessSupported
()) {
223
return GLSurfaceGLX::
IsCreateContextRobustnessSupported
();
gl_surface_glx.h
33
static bool
IsCreateContextRobustnessSupported
();
gl_surface_egl.h
41
static bool
IsCreateContextRobustnessSupported
();
gl_surface_egl.cc
235
bool GLSurfaceEGL::
IsCreateContextRobustnessSupported
() {
gl_surface_glx.cc
453
bool GLSurfaceGLX::
IsCreateContextRobustnessSupported
() {
Completed in 187 milliseconds