Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h436 GLint queryTexInternalFormat(GLuint name) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2162 GLint GLClientState::queryTexInternalFormat(GLuint tex_name) const { in queryTexInternalFormat() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3605 GLint internalFormat = ctx->m_state->queryTexInternalFormat(tex); in s_glCompressedTexSubImage2D()
4627 GLint internalFormat = ctx->m_state->queryTexInternalFormat(tex); in s_glCompressedTexSubImage3D()
5287 GLenum internalformat = state->queryTexInternalFormat(tex); in s_glGenerateMipmap()