Searched refs:queryTexHeight (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 438 GLsizei queryTexHeight(GLsizei level, GLuint name) const;
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 2917 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/ |
D | egl.cpp | 2302 image->height = context->getClientState()->queryTexHeight(0, texture); in eglCreateImageKHR()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 2176 GLsizei GLClientState::queryTexHeight(GLsizei level, GLuint tex_name) const { in queryTexHeight() function in gfxstream::guest::GLClientState
|