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 - 6
of
6
) sorted by null
/frameworks/native/opengl/include/ETC1/
etc1.h
88
void
etc1_pkm_format_header
(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h
90
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/native/opengl/libs/ETC1/
etc1.cpp
633
void
etc1_pkm_format_header
(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height) {
function
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
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
958
etc1_pkm_format_header
((etc1_byte*) headerB.getData(), width, height);
Completed in 9593 milliseconds