HomeSort by relevance Sort by last modified time
    Searched refs:locationWARAppToHost (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 83 GLint locationWARAppToHost(GLint appLoc);
130 GLint locationWARAppToHost(GLuint program, GLint appLoc);
GLSharedGroup.cpp 137 GLint ProgramData::locationWARAppToHost(GLint appLoc)
395 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc)
399 if (pData) return pData->locationWARAppToHost(appLoc);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 83 GLint locationWARAppToHost(GLint appLoc);
130 GLint locationWARAppToHost(GLuint program, GLint appLoc);
GLSharedGroup.cpp 137 GLint ProgramData::locationWARAppToHost(GLint appLoc)
395 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc)
399 if (pData) return pData->locationWARAppToHost(appLoc);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 713 GLint hostLoc = ctx->m_shared->locationWARAppToHost(program, location);
722 GLint hostLoc = ctx->m_shared->locationWARAppToHost(program,location);
855 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
862 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
872 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
888 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
895 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
902 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
    [all...]

Completed in 157 milliseconds