Home | History | Annotate | Download | only in opengl

Lines Matching refs:etc1_byte

921             etc1_encode_block((etc1_byte*) inB.getData(), validPixelMask,
922 (etc1_byte*) outB.getData());
946 etc1_decode_block((etc1_byte*) inB.getData(),
947 (etc1_byte*) outB.getData());
983 etc1_encode_image((etc1_byte*) inB.getData(), width, height, pixelSize, stride,
984 (etc1_byte*) outB.getData());
1014 etc1_decode_image((etc1_byte*) inB.getData(), (etc1_byte*) outB.getData(),
1030 etc1_pkm_format_header((etc1_byte*) headerB.getData(), width, height);
1046 result = etc1_pkm_is_valid((etc1_byte*) headerB.getData());
1063 result = etc1_pkm_get_width((etc1_byte*) headerB.getData());
1080 result = etc1_pkm_get_height((etc1_byte*) headerB.getData());