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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 133 void setCurrentProgram(GLint program) { m_currentProgram = program; }
134 GLint currentProgram() const { return m_currentProgram; }
191 GLint m_currentProgram;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 127 void setCurrentProgram(GLint program) { m_currentProgram = program; }
128 GLint currentProgram() const { return m_currentProgram; }
185 GLint m_currentProgram;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 504 RefPtrWillBeMember<WebGLProgram> m_currentProgram;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp     [all...]

Completed in 230 milliseconds