Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DProgram.cpp474 GLint Program::getActiveUniformMaxLength() in getActiveUniformMaxLength() function in gl::Program
479 return programBinary->getActiveUniformMaxLength(); in getActiveUniformMaxLength()
DProgram.h93 GLint getActiveUniformMaxLength();
DProgramBinary.h109 GLint getActiveUniformMaxLength() const;
DProgramBinary.cpp2461 GLint ProgramBinary::getActiveUniformMaxLength() const in getActiveUniformMaxLength() function in gl::ProgramBinary
DlibGLESv2.cpp3465 *params = programObject->getActiveUniformMaxLength(); in glGetProgramiv()