Searched refs:getActiveAttributeCount (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DProgram.h88 GLint getActiveAttributeCount();
H A DProgram.cpp411 GLint Program::getActiveAttributeCount() function in class:gl::Program
416 return programBinary->getActiveAttributeCount();
H A DProgramBinary.h104 GLint getActiveAttributeCount() const;
H A DProgramBinary.cpp2390 GLint ProgramBinary::getActiveAttributeCount() const function in class:gl::ProgramBinary
H A DlibGLESv2.cpp2849 if (index >= (GLuint)programObject->getActiveAttributeCount())
3456 *params = programObject->getActiveAttributeCount();

Completed in 117 milliseconds