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

  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 116 void setUnpackAlignment(GLint param){ m_unpackAlignment = param; };
117 GLint getUnpackAlignment(){ return m_unpackAlignment; };
174 GLint m_unpackAlignment;
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 441 GC3Dint m_unpackAlignment;

Completed in 42 milliseconds