Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp917 return m_log2MaxTextureSize; in getLog2MaxTextureSize()
2975 m_log2MaxTextureSize = 0; in initFromCaps()
2979 ++m_log2MaxTextureSize; in initFromCaps()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h656 int m_log2MaxTextureSize; variable
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.h166 GLint m_log2MaxTextureSize; variable
DGL2Encoder.cpp891 ++ctx->m_log2MaxTextureSize; in s_glGetIntegerv()