Home
last modified time | relevance | path

Searched refs:currentProgram (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.h138 GLint currentProgram() const { return m_currentProgram; } in currentProgram() function
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp1030 GLuint program = ctx->m_state->currentProgram(); in checkValidUniformParam()
1038 GLuint program = ctx->m_state->currentProgram(); in getHostLocation()
1082 if (shared->setSamplerUniform(state->currentProgram(), location, x, &target)) { in s_glUniform1i()