Home
last modified time | relevance | path

Searched refs:getVertexAttribState (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h428 const VertexAttribute &getVertexAttribState(unsigned int attribNum);
DContext.cpp886 const VertexAttribute &Context::getVertexAttribState(unsigned int attribNum) in getVertexAttribState() function in es1::Context
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h522 const VertexAttribute &getVertexAttribState(unsigned int attribNum) const;
DlibGLESv3.cpp1866 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribIiv()
1922 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribIuiv()
DlibGLESv2.cpp3664 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribfv()
3717 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribiv()
DContext.cpp829 const VertexAttribute &Context::getVertexAttribState(unsigned int attribNum) const in getVertexAttribState() function in es2::Context