Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp2300 FboFormatInfo fbo_format_info; in isCompleteFbo() local
2301 state->getBoundFramebufferFormat(target, attachment, &fbo_format_info); in isCompleteFbo()
2304 switch (fbo_format_info.type) { in isCompleteFbo()
2306 switch (fbo_format_info.rb_format) { in isCompleteFbo()
2331 switch (fbo_format_info.tex_internalformat) { in isCompleteFbo()
2362 switch (fbo_format_info.tex_type) { in isCompleteFbo()
3820 FboFormatInfo fbo_format_info; in s_glReadPixels() local
3822 GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, &fbo_format_info); in s_glReadPixels()
3824 fbo_format_info.type == FBO_ATTACHMENT_TEXTURE && in s_glReadPixels()
3826 format, type, fbo_format_info.tex_type), in s_glReadPixels()