Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.h75 int glUtilsColorAttachmentIndex(GLenum attachment);
DGLClientState.cpp2233 glUtilsColorAttachmentIndex(attachment); in getBoundFramebufferFormat()
2540 glUtilsColorAttachmentIndex(attachment); in attachTextureObject()
2583 glUtilsColorAttachmentIndex(attachment); in getFboAttachmentTexture()
2623 glUtilsColorAttachmentIndex(attachment); in detachRboFromFbo()
2678 glUtilsColorAttachmentIndex(attachment); in attachRbo()
2711 glUtilsColorAttachmentIndex(attachment); in getFboAttachmentRbo()
2809 glUtilsColorAttachmentIndex(attachment); in attachmentHasObject()
DglUtils.cpp1069 int glUtilsColorAttachmentIndex(GLenum attachment) { in glUtilsColorAttachmentIndex() function
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp4204 glUtilsColorAttachmentIndex(bufs[i]) == -1, in s_glDrawBuffers()
4208 glUtilsColorAttachmentIndex(bufs[i]) != -1, in s_glDrawBuffers()
4212 ((glUtilsColorAttachmentIndex(bufs[i]) != -1 && in s_glDrawBuffers()
4213 glUtilsColorAttachmentIndex(bufs[i]) != i) || in s_glDrawBuffers()
4214 (glUtilsColorAttachmentIndex(bufs[i]) == -1 && in s_glDrawBuffers()
4226 glUtilsColorAttachmentIndex(src) != -1 && in s_glReadBuffer()
4227 (glUtilsColorAttachmentIndex(src) >= in s_glReadBuffer()
4241 glUtilsColorAttachmentIndex(src) == -1, in s_glReadBuffer()
4251 glUtilsColorAttachmentIndex(src) == -1, in s_glReadBuffer()