Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h322 int getMaxTextureSizeCubeMap() const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp912 int GLClientState::getMaxTextureSizeCubeMap() const { in getMaxTextureSizeCubeMap() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3243 SET_ERROR_IF(level > ilog2(ctx->m_state->getMaxTextureSizeCubeMap()), GL_INVALID_VALUE); in s_glFramebufferTexture2D()