Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp732 GLint hostLoc = ctx->m_shared->locationWARAppToHost(program, location); in s_glGetUniformiv()
741 GLint hostLoc = ctx->m_shared->locationWARAppToHost(program,location); in s_glGetUniformfv()
906 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform1f()
913 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform1fv()
923 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform1i()
939 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform1iv()
946 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform2f()
953 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform2fv()
960 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform2i()
967 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location); in s_glUniform2iv()
[all …]
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.h83 GLint locationWARAppToHost(GLint appLoc);
130 GLint locationWARAppToHost(GLuint program, GLint appLoc);
DGLSharedGroup.cpp146 GLint ProgramData::locationWARAppToHost(GLint appLoc) in locationWARAppToHost() function in ProgramData
417 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc) in locationWARAppToHost() function in GLSharedGroup
421 if (pData) return pData->locationWARAppToHost(appLoc); in locationWARAppToHost()