Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGL/
DProgram.h118 GLint getActiveAttributeMaxLength() const;
DProgram.cpp2109 GLint Program::getActiveAttributeMaxLength() const in getActiveAttributeMaxLength() function in gl::Program
DlibGL.cpp2771 *params = programObject->getActiveAttributeMaxLength(); in glGetProgramiv()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h187 GLint getActiveAttributeMaxLength() const;
DProgram.cpp2620 GLint Program::getActiveAttributeMaxLength() const in getActiveAttributeMaxLength() function in es2::Program
DlibGLESv2.cpp3183 *params = programObject->getActiveAttributeMaxLength(); in GetProgramiv()