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

  /development/tools/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/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 408 RefPtr<WebGLProgram> m_currentProgram;

Completed in 181 milliseconds