Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1210 res_info->tex_internalformat = -1; in getBoundFramebufferFormat()
1229 res_info->tex_internalformat = in getBoundFramebufferFormat()
1254 res_info->tex_internalformat = queryTexInternalFormat(props.depthAttachment_texture); in getBoundFramebufferFormat()
1272 res_info->tex_internalformat = queryTexInternalFormat(props.stencilAttachment_texture); in getBoundFramebufferFormat()
1290 … res_info->tex_internalformat = queryTexInternalFormat(props.depthstencilAttachment_texture); in getBoundFramebufferFormat()
DGLClientState.h92 GLint tex_internalformat; member
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp2331 switch (fbo_format_info.tex_internalformat) { in isCompleteFbo()