OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:etc1_uint32
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/include/ETC1/
etc1.h
27
typedef unsigned int
etc1_uint32
;
typedef
44
void etc1_encode_block(const etc1_byte* pIn,
etc1_uint32
validPixelMask, etc1_byte* pOut);
58
etc1_uint32
etc1_get_encoded_data_size(
etc1_uint32
width,
etc1_uint32
height);
67
int etc1_encode_image(const etc1_byte* pIn,
etc1_uint32
width,
etc1_uint32
height,
68
etc1_uint32
pixelSize,
etc1_uint32
stride, etc1_byte* pOut);
79
etc1_uint32
width, etc1_uint32 height
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h
29
typedef unsigned int
etc1_uint32
;
typedef
46
void etc1_encode_block(const etc1_byte* pIn,
etc1_uint32
validPixelMask, etc1_byte* pOut);
60
etc1_uint32
etc1_get_encoded_data_size(
etc1_uint32
width,
etc1_uint32
height);
69
int etc1_encode_image(const etc1_byte* pIn,
etc1_uint32
width,
etc1_uint32
height,
70
etc1_uint32
pixelSize,
etc1_uint32
stride, etc1_byte* pOut);
81
etc1_uint32
width, etc1_uint32 height
[
all
...]
Completed in 460 milliseconds