Searched refs:currentProgram (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 918 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform1f() 925 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform1fv() 935 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform1i() 939 if (shared->setSamplerUniform(state->currentProgram(), location, x, &target)) { in s_glUniform1i() 951 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform1iv() 958 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform2f() 965 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform2fv() 972 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform2i() 979 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform2iv() 986 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform3f() [all …]
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 134 GLint currentProgram() const { return m_currentProgram; } in currentProgram() function
|