Home
last modified time | relevance | path

Searched refs:BufferVariable (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DUniform.cpp98 BufferVariable::BufferVariable() in BufferVariable() function in gl::BufferVariable
102 BufferVariable::BufferVariable(GLenum typeIn, in BufferVariable() function in gl::BufferVariable
116 BufferVariable::~BufferVariable() {} in ~BufferVariable()
DUniform.h80 struct BufferVariable : public sh::ShaderVariable, public ActiveVariable struct
82 BufferVariable();
83 BufferVariable(GLenum type,
89 ~BufferVariable() override;
DProgramLinkedResources.h34 struct BufferVariable;
156 std::vector<BufferVariable> *bufferVariablesOut,
169 std::vector<BufferVariable> *mBufferVariablesOut;
206 std::vector<BufferVariable> *bufferVariablesOut,
DProgramLinkedResources.cpp298 std::vector<BufferVariable> *bufferVariablesOut, in ShaderStorageBlockVisitor()
336 BufferVariable newBufferVariable(variable.type, variable.precision, nameWithArrayIndex, in visitNamedVariable()
348 std::vector<BufferVariable> *mBufferVariablesOut;
1190 std::vector<BufferVariable> *bufferVariablesOut, in ShaderStorageBlockLinker()
1238 std::vector<BufferVariable> *bufferVariablesOut, in ProgramLinkedResources()
DProgram.h345 const std::vector<BufferVariable> &getBufferVariables() const { return mBufferVariables; } in getBufferVariables()
450 std::vector<BufferVariable> mBufferVariables;
675 const BufferVariable &getBufferVariableByIndex(GLuint index) const;
DProgram.cpp675 void WriteBufferVariable(BinaryOutputStream *stream, const BufferVariable &var) in WriteBufferVariable()
689 void LoadBufferVariable(BinaryInputStream *stream, BufferVariable *var) in LoadBufferVariable()
2248 const BufferVariable &Program::getBufferVariableByIndex(GLuint index) const in getBufferVariableByIndex()
4630 for (const BufferVariable &bufferVariable : mState.getBufferVariables()) in serialize()
4844 BufferVariable bufferVariable; in deserialize()
Dqueryutils.cpp764 FindMaxSize(program->getState().getBufferVariables(), &BufferVariable::name); in QueryProgramInterfaceMaxNameLength()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DUniform.cpp100 BufferVariable::BufferVariable() in BufferVariable() function in gl::BufferVariable
104 BufferVariable::BufferVariable(GLenum typeIn, in BufferVariable() function in gl::BufferVariable
118 BufferVariable::~BufferVariable() {} in ~BufferVariable()
DUniform.h81 struct BufferVariable : public sh::ShaderVariable, public ActiveVariable struct
83 BufferVariable();
84 BufferVariable(GLenum type,
90 ~BufferVariable() override;
DProgramLinkedResources.h34 struct BufferVariable;
168 std::vector<BufferVariable> *bufferVariablesOut,
180 std::vector<BufferVariable> *mBufferVariablesOut = nullptr;
229 std::vector<BufferVariable> *bufferVariablesOut,
DProgram.h277 const std::vector<BufferVariable> &getBufferVariables() const { return mBufferVariables; } in getBufferVariables()
387 std::vector<BufferVariable> mBufferVariables;
540 const BufferVariable &getBufferVariableByIndex(GLuint index) const;
DProgramLinkedResources.cpp303 std::vector<BufferVariable> *bufferVariablesOut, in ShaderStorageBlockVisitor()
342 BufferVariable newBufferVariable(variable.type, variable.precision, nameWithArrayIndex, in visitNamedVariable()
354 std::vector<BufferVariable> *mBufferVariablesOut;
1361 std::vector<BufferVariable> *bufferVariablesOut, in init()
1444 std::vector<BufferVariable> *bufferVariablesOut, in init()
DProgram.cpp744 void WriteBufferVariable(BinaryOutputStream *stream, const BufferVariable &var) in WriteBufferVariable()
758 void LoadBufferVariable(BinaryInputStream *stream, BufferVariable *var) in LoadBufferVariable()
2590 const BufferVariable &Program::getBufferVariableByIndex(GLuint index) const in getBufferVariableByIndex()
4284 for (const BufferVariable &bufferVariable : mState.getBufferVariables()) in serialize()
4386 BufferVariable bufferVariable; in deserialize()
Dqueryutils.cpp897 FindMaxSize(program->getState().getBufferVariables(), &BufferVariable::name); in QueryProgramInterfaceMaxNameLength()
1929 const BufferVariable &bufferVariable = program->getBufferVariableByIndex(index); in GetBufferVariableResourceProperty()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp977 const std::vector<gl::BufferVariable> &bufferVariables) in SerializeBufferVariablesVector()
979 for (const gl::BufferVariable &bufferVariable : bufferVariables) in SerializeBufferVariablesVector()