Home | History | Annotate | Download | only in egl

Lines Matching defs:renderable

1024 static bool renderable (const eglu::CandidateConfig& c)
1033 case EGL_OPENGL_ES2_BIT: return renderable<EGL_OPENGL_ES2_BIT>;
1034 case EGL_OPENGL_ES3_BIT: return renderable<EGL_OPENGL_ES3_BIT>;
1035 case EGL_OPENGL_BIT: return renderable<EGL_OPENGL_BIT>;
1038 return renderable<0>;