Searched refs:rgtc_decode_image (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | rgtc.h | 33 int rgtc_decode_image(const uint8_t* pIn, RGTCImageFormat format, uint8_t* pOut, uint32_t width,
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | rgtc.cpp | 101 int rgtc_decode_image(const uint8_t* in, RGTCImageFormat format, uint8_t* out, uint32_t width, in rgtc_decode_image() function
|
D | TextureUtils.cpp | 602 rgtc_decode_image((const uint8_t*)data, rgtcFormat, pOut.get(), width, height, bpr); in doCompressedTexImage2D()
|