Home
last modified time | relevance | path

Searched refs:FindMaxSize (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp731 GLint FindMaxSize(const std::vector<T> &resources, M member) in FindMaxSize() function
747 maxNameLength = FindMaxSize(program->getAttributes(), &sh::Attribute::name); in QueryProgramInterfaceMaxNameLength()
752 FindMaxSize(program->getState().getOutputVariables(), &sh::OutputVariable::name); in QueryProgramInterfaceMaxNameLength()
756 maxNameLength = FindMaxSize(program->getState().getUniforms(), &LinkedUniform::name); in QueryProgramInterfaceMaxNameLength()
764 FindMaxSize(program->getState().getBufferVariables(), &BufferVariable::name); in QueryProgramInterfaceMaxNameLength()
786 return FindMaxSize(program->getState().getUniformBlocks(), in QueryProgramInterfaceMaxNumActiveVariables()
789 return FindMaxSize(program->getState().getAtomicCounterBuffers(), in QueryProgramInterfaceMaxNumActiveVariables()
793 return FindMaxSize(program->getState().getShaderStorageBlocks(), in QueryProgramInterfaceMaxNumActiveVariables()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp865 GLint FindMaxSize(const std::vector<T> &resources, M member) in FindMaxSize() function
889 maxNameLength = FindMaxSize(program->getState().getUniforms(), &LinkedUniform::name); in QueryProgramInterfaceMaxNameLength()
897 FindMaxSize(program->getState().getBufferVariables(), &BufferVariable::name); in QueryProgramInterfaceMaxNameLength()
919 return FindMaxSize(program->getState().getUniformBlocks(), in QueryProgramInterfaceMaxNumActiveVariables()
922 return FindMaxSize(program->getState().getAtomicCounterBuffers(), in QueryProgramInterfaceMaxNumActiveVariables()
926 return FindMaxSize(program->getState().getShaderStorageBlocks(), in QueryProgramInterfaceMaxNumActiveVariables()