Home | History | Annotate | Download | only in egl

Lines Matching defs:renderable

118 bool renderable (const eglu::CandidateConfig& c)
127 case EGL_OPENGL_ES2_BIT: return renderable<EGL_OPENGL_ES2_BIT>;
128 case EGL_OPENGL_ES3_BIT: return renderable<EGL_OPENGL_ES3_BIT>;
129 case EGL_OPENGL_BIT: return renderable<EGL_OPENGL_BIT>;
132 return renderable<0>;