OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etc1_pkm_format_header
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/opengl/include/ETC1/
etc1.h
88
void
etc1_pkm_format_header
(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
/development/tools/etc1tool/
etc1tool.cpp
344
etc1_pkm_format_header
(header, width, height);
/frameworks/base/opengl/libs/ETC1/
etc1.cpp
633
void
etc1_pkm_format_header
(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height) {
function
/frameworks/base/core/jni/android/opengl/
util.cpp
951
etc1_pkm_format_header
((etc1_byte*) headerB.getData(), width, height);
Completed in 13 milliseconds