Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1915 fbo_format_info.tex_format, fbo_format_info.tex_type, m_glesMajorVersion, in checkFramebufferAttachmentCompleteness()
2228 res_info->tex_format = GL_NONE; in getBoundFramebufferFormat()
2250 res_info->tex_format = in getBoundFramebufferFormat()
2274 res_info->tex_format = props.depthAttachment_texture->format; in getBoundFramebufferFormat()
2293 res_info->tex_format = props.stencilAttachment_texture->format; in getBoundFramebufferFormat()
2312 res_info->tex_format = props.depthstencilAttachment_texture->format; in getBoundFramebufferFormat()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h135 GLenum tex_format; member
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5158 GLESv2Validation::isIntegerFormat(read_fbo_format_info.tex_format), in s_glBlitFramebuffer()