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.cpp2234 glUtilsColorAttachmentIndex(attachment); in getBoundFramebufferFormat()
2541 glUtilsColorAttachmentIndex(attachment); in attachTextureObject()
2584 glUtilsColorAttachmentIndex(attachment); in getFboAttachmentTexture()
2624 glUtilsColorAttachmentIndex(attachment); in detachRboFromFbo()
2679 glUtilsColorAttachmentIndex(attachment); in attachRbo()
2712 glUtilsColorAttachmentIndex(attachment); in getFboAttachmentRbo()
2810 glUtilsColorAttachmentIndex(attachment); in attachmentHasObject()
DglUtils.cpp1069 int glUtilsColorAttachmentIndex(GLenum attachment) { in glUtilsColorAttachmentIndex() function
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp4202 glUtilsColorAttachmentIndex(bufs[i]) == -1, in s_glDrawBuffers()
4206 glUtilsColorAttachmentIndex(bufs[i]) != -1, in s_glDrawBuffers()
4210 ((glUtilsColorAttachmentIndex(bufs[i]) != -1 && in s_glDrawBuffers()
4211 glUtilsColorAttachmentIndex(bufs[i]) != i) || in s_glDrawBuffers()
4212 (glUtilsColorAttachmentIndex(bufs[i]) == -1 && in s_glDrawBuffers()
4224 glUtilsColorAttachmentIndex(src) != -1 && in s_glReadBuffer()
4225 (glUtilsColorAttachmentIndex(src) >= in s_glReadBuffer()
4239 glUtilsColorAttachmentIndex(src) == -1, in s_glReadBuffer()
4249 glUtilsColorAttachmentIndex(src) == -1, in s_glReadBuffer()