Home
last modified time | relevance | path

Searched refs:getActiveBufferVariableCount (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h522 size_t getActiveBufferVariableCount() const;
DvalidationES31.cpp301 return (index < static_cast<GLuint>(programObject->getActiveBufferVariableCount())); in ValidateProgramResourceIndex()
DProgram.cpp2535 size_t Program::getActiveBufferVariableCount() const in getActiveBufferVariableCount() function in gl::Program