Searched refs:queryTexWidth (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.cpp | 2916 (neededWidth > state->queryTexWidth(level, tex) || in s_glTexSubImage2D() 3623 GLint totalWidth = ctx->m_state->queryTexWidth(level, tex); in s_glCompressedTexSubImage2D() 4491 (neededWidth > state->queryTexWidth(level, tex) || in s_glTexSubImage3D() 4622 (neededWidth > ctx->m_state->queryTexWidth(level, tex) || in s_glCompressedTexSubImage3D() 4630 GLint totalWidth = ctx->m_state->queryTexWidth(level, tex); in s_glCompressedTexSubImage3D() 6290 ctx->m_state->queryTexWidth(level, tex), in s_glCopyTexSubImage2D() 6291 ctx->m_state->queryTexWidth(level, tex), in s_glCopyTexSubImage2D() 6295 (neededWidth > ctx->m_state->queryTexWidth(level, tex) || in s_glCopyTexSubImage2D() 6323 (neededWidth > ctx->m_state->queryTexWidth(level, tex) || in s_glCopyTexSubImage3D()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 437 GLsizei queryTexWidth(GLsizei level, GLuint name) const;
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 2301 image->width = context->getClientState()->queryTexWidth(0, texture); in eglCreateImageKHR()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 2168 GLsizei GLClientState::queryTexWidth(GLsizei level, GLuint tex_name) const { in queryTexWidth() function in gfxstream::guest::GLClientState
|