Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1272 res_info->tex_internalformat = queryTexInternalFormat(props.stencilAttachment_texture); in getBoundFramebufferFormat()
1273 res_info->tex_format = queryTexFormat(props.stencilAttachment_texture); in getBoundFramebufferFormat()
1274 res_info->tex_type = queryTexType(props.stencilAttachment_texture); in getBoundFramebufferFormat()
1324 props.stencilAttachment_texture = 0; in addFreshFramebuffer()
1462 boundFboProps(target).stencilAttachment_texture = texture; in attachTextureObject()
1468 boundFboProps(target).stencilAttachment_texture = texture; in attachTextureObject()
1491 res = boundFboProps_const(target).stencilAttachment_texture; in getFboAttachmentTextureId()
1675 return props.stencilAttachment_texture; in objectOfAttachment()
DGLClientState.h50 GLuint stencilAttachment_texture; member