Home
last modified time | relevance | path

Searched refs:onUseProgram (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h216 void onUseProgram(GLuint previous, GLuint next);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp417 void GLSharedGroup::onUseProgram(GLuint previous, GLuint next) { in onUseProgram() function in gfxstream::guest::GLSharedGroup
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp2288 ctx->m_shared->onUseProgram(currProgram, program); in s_glUseProgram()