Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1252 } else if (props.depthAttachment_hasTexObj) { in getBoundFramebufferFormat()
1328 props.depthAttachment_hasTexObj = false; in addFreshFramebuffer()
1459 boundFboProps(target).depthAttachment_hasTexObj = true; in attachTextureObject()
1471 boundFboProps(target).depthAttachment_hasTexObj = true; in attachTextureObject()
1632 res = (boundFboProps_const(target).depthAttachment_hasTexObj) || in attachmentHasObject()
1665 if (props.depthAttachment_hasTexObj) { in objectOfAttachment()
DGLClientState.h54 bool depthAttachment_hasTexObj; member