Searched refs:onUseProgram (Results 1 – 3 of 3) sorted by relevance
216 void onUseProgram(GLuint previous, GLuint next);
417 void GLSharedGroup::onUseProgram(GLuint previous, GLuint next) { in onUseProgram() function in gfxstream::guest::GLSharedGroup
2288 ctx->m_shared->onUseProgram(currProgram, program); in s_glUseProgram()