Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h529 …bool compressedTexImageSizeCompatible(GLenum internalformat, GLsizei width, GLsizei height, GLsize…
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3553 …SET_ERROR_IF(!ctx->m_state->compressedTexImageSizeCompatible(internalformat, width, height, 1, ima… in s_glCompressedTexImage2D()
3635 …SET_ERROR_IF(!ctx->m_state->compressedTexImageSizeCompatible(internalFormat, width, height, 1, ima… in s_glCompressedTexSubImage2D()
4566 …SET_ERROR_IF(!ctx->m_state->compressedTexImageSizeCompatible(internalformat, width, height, depth,… in s_glCompressedTexImage3D()
4642 …SET_ERROR_IF(!ctx->m_state->compressedTexImageSizeCompatible(internalFormat, width, height, depth,… in s_glCompressedTexSubImage3D()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2934 bool GLClientState::compressedTexImageSizeCompatible(GLenum internalformat, GLsizei width, GLsizei … in compressedTexImageSizeCompatible() function in gfxstream::guest::GLClientState