Home
last modified time | relevance | path

Searched refs:attribIndex (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.h54 static bool attribIndex(int index, int max);
DGLESv2Validate.cpp794 bool GLESv2Validate::attribIndex(int index, int max){ in attribIndex() function in GLESv2Validate
DGLESv2Imp.cpp533 …SET_ERROR_IF(!GLESv2Validate::attribIndex(index, ctx->getCaps()->maxVertexAttribs),GL_INVALID_VALU… in glBindAttribLocation()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h563 bool isAttribIndexUsedByProgram(int attribIndex);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp966 uint32_t attribIndex = (uint32_t)arrType; in setPointer() local
967 if (attribIndex > kMaxVertexAttributes) return nullptr; in setPointer()