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

  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 343 , m_currentProgram (DE_NULL)
    [all...]
sglrReferenceContext.hpp     [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 243 void setCurrentProgram(GLint program) { m_currentProgram = program; }
245 GLint currentProgram() const { return m_currentProgram; }
468 GLint m_currentProgram;
GLClientState.cpp 77 m_currentProgram = 0;
    [all...]

Completed in 113 milliseconds