Searched refs:renderable (Results 1 – 2 of 2) sorted by relevance
330 EGLint red, green, blue, alpha, depth, stencil, renderable, surface; in initConfigurations() local337 config->getConfAttrib(EGL_RENDERABLE_TYPE, &renderable); in initConfigurations()
1856 bool renderable = false; in checkFramebufferAttachmentCompleteness() local1861 … renderable = fbo_format_info.rb_external || depthRenderableFormat(fbo_format_info.rb_format); in checkFramebufferAttachmentCompleteness()1864 … renderable = fbo_format_info.rb_external || stencilRenderableFormat(fbo_format_info.rb_format); in checkFramebufferAttachmentCompleteness()1867 renderable = fbo_format_info.rb_external || colorRenderableFormat( in checkFramebufferAttachmentCompleteness()1879 …renderable = fbo_format_info.tex_external || depthRenderableFormat(fbo_format_info.tex_internalfor… in checkFramebufferAttachmentCompleteness()1882 …renderable = fbo_format_info.tex_external || stencilRenderableFormat(fbo_format_info.tex_internalf… in checkFramebufferAttachmentCompleteness()1885 renderable = fbo_format_info.tex_external || colorRenderableFormat( in checkFramebufferAttachmentCompleteness()1899 if (!renderable) { in checkFramebufferAttachmentCompleteness()