HomeSort by relevance Sort by last modified time
    Searched refs:m_texFormat (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPbufferSurface.h 27 m_texFormat(EGL_NO_TEXTURE),
41 void getTexInfo(EGLint* format,EGLint* target){ *format = m_texFormat; *target = m_texTarget;}
44 EGLint m_texFormat;
EglPbufferSurface.cpp 33 m_texFormat = val;
63 *val = m_texFormat;

Completed in 374 milliseconds