Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.h525 size_t getActiveBufferVariableCount() const;
DvalidationES31.cpp281 return (index < static_cast<GLuint>(programObject->getActiveBufferVariableCount())); in ValidateProgramResourceIndex()
DProgram.cpp2519 size_t Program::getActiveBufferVariableCount() const in getActiveBufferVariableCount() function in gl::Program