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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 133 void setCurrentProgram(GLint program) { m_currentProgram = program; }
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 127 void setCurrentProgram(GLint program) { m_currentProgram = program; }
  /external/chromium_org/third_party/angle/src/libGLESv2/
State.cpp 839 void State::setCurrentProgram(GLuint programId, Program *newProgram)
    [all...]

Completed in 310 milliseconds