Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.h155 GLint m_max_colorAttachments; variable
DGL2Encoder.cpp107 m_max_colorAttachments = 0; in GL2Encoder()
961 if (ctx->m_max_colorAttachments != 0) { in s_glGetIntegerv()
962 *ptr = ctx->m_max_colorAttachments; in s_glGetIntegerv()
965 ctx->m_max_colorAttachments = *ptr; in s_glGetIntegerv()