Home
last modified time | relevance | path

Searched defs:attribLoc (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h81 GLint attribLoc; member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp298 const std::pair<std::string, GLuint>& attribLoc) { in onSave()
814 for (const auto &attribLoc : boundAttribLocs) { in setLinkStatus() local
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp91 GLuint index, GLint attribLoc, GLint size, GLenum type) { in setAttribInfo()
563 GLuint program, GLuint index, GLint attribLoc, in setProgramAttribInfo()