OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTexInfo
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.h
41
void
getTexInfo
(EGLint* format,EGLint* target){ *format = m_texFormat; *target = m_texTarget;}
EglMacApi.cpp
142
srfc->
getTexInfo
(&format,&target);
EglWindowsApi.cpp
473
pbSurface->
getTexInfo
(&texTarget,&texFormat);
EglImp.cpp
537
tmpPbSurfacePtr->
getTexInfo
(&texTarget,&texFormat);
[
all
...]
Completed in 5067 milliseconds