Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h438 GLsizei queryTexHeight(GLsizei level, GLuint name) const;
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp2917 neededHeight > state->queryTexHeight(level, tex) || in s_glTexSubImage2D()
3624 GLint totalHeight = ctx->m_state->queryTexHeight(level, tex); in s_glCompressedTexSubImage2D()
4492 neededHeight > state->queryTexHeight(level, tex) || in s_glTexSubImage3D()
4623 neededHeight > ctx->m_state->queryTexHeight(level, tex) || in s_glCompressedTexSubImage3D()
4631 GLint totalHeight = ctx->m_state->queryTexHeight(level, tex); in s_glCompressedTexSubImage3D()
6296 neededHeight > ctx->m_state->queryTexHeight(level, tex)), in s_glCopyTexSubImage2D()
6324 neededHeight > ctx->m_state->queryTexHeight(level, tex) || in s_glCopyTexSubImage3D()
/hardware/google/gfxstream/guest/egl/
Degl.cpp2302 image->height = context->getClientState()->queryTexHeight(0, texture); in eglCreateImageKHR()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2176 GLsizei GLClientState::queryTexHeight(GLsizei level, GLuint tex_name) const { in queryTexHeight() function in gfxstream::guest::GLClientState