Home
last modified time | relevance | path

Searched refs:getMaxColorAttachments (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h553 int getMaxColorAttachments() const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1777 for (int i = 0; i < getMaxColorAttachments(); i++) { in checkFramebufferCompleteness()
2330 int GLClientState::getMaxColorAttachments() const { in getMaxColorAttachments() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp4226 ctx->m_state->getMaxColorAttachments()), in s_glReadBuffer()
4234 ctx->m_state->getMaxColorAttachments(), in s_glReadBuffer()