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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 132 void setUnpackAlignment(GLint param){ m_unpackAlignment = param; };
133 GLint getUnpackAlignment(){ return m_unpackAlignment; };
194 GLint m_unpackAlignment;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 481 GC3Dint m_unpackAlignment;
    [all...]

Completed in 560 milliseconds