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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);
130 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
GLSharedGroup.cpp 131 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex)
415 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex)
419 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 856 return ctx->m_shared->locationWARHostToApp(program, hostLoc, arrIndex);
    [all...]

Completed in 87 milliseconds