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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESpointer.cpp 23 m_normalize(false),
73 return m_normalize;
91 m_normalize = normalize;
103 m_normalize = normalize;
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESpointer.h 33 GLboolean getNormalized() const { return m_normalize ? GL_TRUE : GL_FALSE; }
51 bool m_normalize; member in class:GLESpointer

Completed in 594 milliseconds