Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1497 res_info->tex_format = GL_NONE; in getBoundFramebufferFormat()
1518 res_info->tex_format = in getBoundFramebufferFormat()
1541 res_info->tex_format = queryTexFormat(props.depthAttachment_texture); in getBoundFramebufferFormat()
1559 res_info->tex_format = queryTexFormat(props.stencilAttachment_texture); in getBoundFramebufferFormat()
1577 res_info->tex_format = queryTexFormat(props.depthstencilAttachment_texture); in getBoundFramebufferFormat()
DGLClientState.h93 GLenum tex_format; member