Searched refs:attribIndex (Results 1 – 5 of 5) sorted by relevance
54 static bool attribIndex(int index, int max);
794 bool GLESv2Validate::attribIndex(int index, int max){ in attribIndex() function in GLESv2Validate
533 …SET_ERROR_IF(!GLESv2Validate::attribIndex(index, ctx->getCaps()->maxVertexAttribs),GL_INVALID_VALU… in glBindAttribLocation()
563 bool isAttribIndexUsedByProgram(int attribIndex);
966 uint32_t attribIndex = (uint32_t)arrType; in setPointer() local967 if (attribIndex > kMaxVertexAttributes) return nullptr; in setPointer()