Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DState.h503 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(size_t attribNum) const in getVertexAttribCurrentValue()
1022 unsigned int attribNum, in setVertexAttribPointer()
1036 unsigned int attribNum, in setVertexAttribIPointer()
1392 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(size_t attribNum) const in getVertexAttribCurrentValue()
H A DState.cpp3169 void State::setEnableVertexAttribArray(unsigned int attribNum, bool enabled) in setEnableVertexAttribArray()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp409 GLint attribNum = -1; in setupArrayForDraw() local