Home
last modified time | relevance | path

Searched refs:glUtilsColorAttachmentIndex (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h72 int glUtilsColorAttachmentIndex(GLenum attachment);
DGLClientState.cpp1502 glUtilsColorAttachmentIndex(attachment); in getBoundFramebufferFormat()
1735 glUtilsColorAttachmentIndex(attachment); in attachTextureObject()
1766 glUtilsColorAttachmentIndex(attachment); in getFboAttachmentTextureId()
1806 glUtilsColorAttachmentIndex(attachment); in detachRboFromFbo()
1854 glUtilsColorAttachmentIndex(attachment); in attachRbo()
1885 glUtilsColorAttachmentIndex(attachment); in getFboAttachmentRboId()
1909 glUtilsColorAttachmentIndex(attachment); in attachmentHasObject()
1937 glUtilsColorAttachmentIndex(attachment); in objectOfAttachment()
DglUtils.cpp620 int glUtilsColorAttachmentIndex(GLenum attachment) { in glUtilsColorAttachmentIndex() function
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp3762 glUtilsColorAttachmentIndex(bufs[i]) == -1, in s_glDrawBuffers()
3766 glUtilsColorAttachmentIndex(bufs[i]) != -1, in s_glDrawBuffers()
3770 ((glUtilsColorAttachmentIndex(bufs[i]) != -1 && in s_glDrawBuffers()
3771 glUtilsColorAttachmentIndex(bufs[i]) != i) || in s_glDrawBuffers()
3772 (glUtilsColorAttachmentIndex(bufs[i]) == -1 && in s_glDrawBuffers()
3784 glUtilsColorAttachmentIndex(src) != -1 && in s_glReadBuffer()
3785 (glUtilsColorAttachmentIndex(src) >= in s_glReadBuffer()
3799 glUtilsColorAttachmentIndex(src) == -1, in s_glReadBuffer()
3809 glUtilsColorAttachmentIndex(src) == -1, in s_glReadBuffer()