Searched refs:convertedInternalFormat (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 417 GLint convertedInternalFormat = decompressedInternalFormat(ctx, internalformat); in doCompressedTexImage2D() local 491 glTexImage2DPtr(target, level, convertedInternalFormat, in doCompressedTexImage2D() 556 GLint convertedInternalFormat = decompressedInternalFormat(ctx, internalformat); in doCompressedTexImage2D() local 604 glTexImage2DPtr(target, level, convertedInternalFormat, width, height, border, format, type, in doCompressedTexImage2D()
|