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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
129 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
GLSharedGroup.cpp 122 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex)
387 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex)
391 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
129 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
GLSharedGroup.cpp 122 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex)
387 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex)
391 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 793 return ctx->m_shared->locationWARHostToApp(program, hostLoc, arrIndex);
    [all...]

Completed in 47 milliseconds