Home
last modified time | relevance | path

Searched refs:renderable (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.cpp330 EGLint red, green, blue, alpha, depth, stencil, renderable, surface; in initConfigurations() local
337 config->getConfAttrib(EGL_RENDERABLE_TYPE, &renderable); in initConfigurations()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1856 bool renderable = false; in checkFramebufferAttachmentCompleteness() local
1861renderable = fbo_format_info.rb_external || depthRenderableFormat(fbo_format_info.rb_format); in checkFramebufferAttachmentCompleteness()
1864renderable = fbo_format_info.rb_external || stencilRenderableFormat(fbo_format_info.rb_format); in checkFramebufferAttachmentCompleteness()
1867 renderable = fbo_format_info.rb_external || colorRenderableFormat( in checkFramebufferAttachmentCompleteness()
1879renderable = fbo_format_info.tex_external || depthRenderableFormat(fbo_format_info.tex_internalfor… in checkFramebufferAttachmentCompleteness()
1882renderable = 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()