Searched refs:uncompressedFrmt (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 543 GLenum uncompressedFrmt; in doCompressedTexImage2D() local 545 uncompressTexture(internalformat, uncompressedFrmt, in doCompressedTexImage2D() 547 glTexImage2DPtr(target, i, uncompressedFrmt, in doCompressedTexImage2D() 549 uncompressedFrmt, GL_UNSIGNED_BYTE, uncompressed); in doCompressedTexImage2D()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 764 GLenum uncompressedFrmt; in glCompressedTexSubImage2D() local 765 …unsigned char* uncompressed = uncompressTexture(format,uncompressedFrmt,width,height,imageSize,dat… in glCompressedTexSubImage2D() 766 …patcher().glTexSubImage2D(target,level,xoffset,yoffset,width,height,uncompressedFrmt,GL_UNSIGNED_B… in glCompressedTexSubImage2D()
|