Home
last modified time | relevance | path

Searched refs:getAttributeStream (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
DVertexDataManager.cpp127 if(!program || program->getAttributeStream(i) != -1) in prepareVertexData()
144 if(!program || program->getAttributeStream(i) != -1) in prepareVertexData()
DProgram.h86 int getAttributeStream(int attributeIndex);
DContext.cpp1949 if(program && program->getAttributeStream(i) == -1) in applyVertexBuffer()
1967 int stream = program ? program->getAttributeStream(i) : i; in applyVertexBuffer()
DProgram.cpp207 int Program::getAttributeStream(int attributeIndex) in getAttributeStream() function in gl::Program
/external/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.cpp128 if(program->getAttributeStream(i) != -1 && attrib.mArrayEnabled) in prepareVertexData()
143 if(program->getAttributeStream(i) != -1) in prepareVertexData()
DProgram.h136 int getAttributeStream(int attributeIndex);
DContext.cpp1476 bool active = (programObject->getAttributeStream(attributeIndex) != -1); in hasZeroDivisor()
2959 if(program->getAttributeStream(i) == -1) in applyVertexBuffer()
2977 int stream = program->getAttributeStream(i); in applyVertexBuffer()
DProgram.cpp289 int Program::getAttributeStream(int attributeIndex) in getAttributeStream() function in es2::Program