Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp1205 const FboProps& props = boundFboProps_const(target); in getBoundFramebufferFormat()
1380 const FboProps& GLClientState::boundFboProps_const(GLenum target) const { in boundFboProps_const() function in GLClientState
1439 return boundFboProps_const(target).name; in boundFramebuffer()
1483 res = boundFboProps_const(target).colorAttachmenti_textures[colorAttachmentIndex]; in getFboAttachmentTextureId()
1488 res = boundFboProps_const(target).depthAttachment_texture; in getFboAttachmentTextureId()
1491 res = boundFboProps_const(target).stencilAttachment_texture; in getFboAttachmentTextureId()
1494 res = boundFboProps_const(target).depthstencilAttachment_texture; in getFboAttachmentTextureId()
1602 res = boundFboProps_const(target).colorAttachmenti_rbos[colorAttachmentIndex]; in getFboAttachmentRboId()
1607 res = boundFboProps_const(target).depthAttachment_rbo; in getFboAttachmentRboId()
1610 res = boundFboProps_const(target).stencilAttachment_rbo; in getFboAttachmentRboId()
[all …]
DGLClientState.h545 const FboProps& boundFboProps_const(GLenum target) const;