Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dshmproto.h98 CARD16 totalWidth B16;
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp437 static inline size_t virgl_format_to_linear_base(uint32_t format, uint32_t totalWidth, in virgl_format_to_linear_base() argument
468 uint32_t stride = totalWidth * bpp; in virgl_format_to_linear_base()
474 static inline size_t virgl_format_to_total_xfer_len(uint32_t format, uint32_t totalWidth, in virgl_format_to_total_xfer_len() argument
480 uint32_t yWidth = totalWidth; in virgl_format_to_total_xfer_len()
543 uint32_t stride = totalWidth * bpp; in virgl_format_to_total_xfer_len()
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3623 GLint totalWidth = ctx->m_state->queryTexWidth(level, tex); in s_glCompressedTexSubImage2D() local
3627 SET_ERROR_IF((width % 4) && (totalWidth != xoffset + width), GL_INVALID_OPERATION); in s_glCompressedTexSubImage2D()
3632 SET_ERROR_IF(totalWidth < xoffset + width, GL_INVALID_VALUE); in s_glCompressedTexSubImage2D()
4630 GLint totalWidth = ctx->m_state->queryTexWidth(level, tex); in s_glCompressedTexSubImage3D() local
4634 SET_ERROR_IF((width % 4) && (totalWidth != xoffset + width), GL_INVALID_OPERATION); in s_glCompressedTexSubImage3D()
4639 SET_ERROR_IF(totalWidth < xoffset + width, GL_INVALID_VALUE); in s_glCompressedTexSubImage3D()