/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Uniform.cpp | 98 BufferVariable::BufferVariable() in BufferVariable() function in gl::BufferVariable 102 BufferVariable::BufferVariable(GLenum typeIn, in BufferVariable() function in gl::BufferVariable 116 BufferVariable::~BufferVariable() {} in ~BufferVariable()
|
D | Uniform.h | 80 struct BufferVariable : public sh::ShaderVariable, public ActiveVariable struct 82 BufferVariable(); 83 BufferVariable(GLenum type, 89 ~BufferVariable() override;
|
D | ProgramLinkedResources.h | 34 struct BufferVariable; 156 std::vector<BufferVariable> *bufferVariablesOut, 169 std::vector<BufferVariable> *mBufferVariablesOut; 206 std::vector<BufferVariable> *bufferVariablesOut,
|
D | ProgramLinkedResources.cpp | 298 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()
|
D | Program.h | 345 const std::vector<BufferVariable> &getBufferVariables() const { return mBufferVariables; } in getBufferVariables() 450 std::vector<BufferVariable> mBufferVariables; 675 const BufferVariable &getBufferVariableByIndex(GLuint index) const;
|
D | Program.cpp | 675 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()
|
D | queryutils.cpp | 764 FindMaxSize(program->getState().getBufferVariables(), &BufferVariable::name); in QueryProgramInterfaceMaxNameLength()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Uniform.cpp | 100 BufferVariable::BufferVariable() in BufferVariable() function in gl::BufferVariable 104 BufferVariable::BufferVariable(GLenum typeIn, in BufferVariable() function in gl::BufferVariable 118 BufferVariable::~BufferVariable() {} in ~BufferVariable()
|
D | Uniform.h | 81 struct BufferVariable : public sh::ShaderVariable, public ActiveVariable struct 83 BufferVariable(); 84 BufferVariable(GLenum type, 90 ~BufferVariable() override;
|
D | ProgramLinkedResources.h | 34 struct BufferVariable; 168 std::vector<BufferVariable> *bufferVariablesOut, 180 std::vector<BufferVariable> *mBufferVariablesOut = nullptr; 229 std::vector<BufferVariable> *bufferVariablesOut,
|
D | Program.h | 277 const std::vector<BufferVariable> &getBufferVariables() const { return mBufferVariables; } in getBufferVariables() 387 std::vector<BufferVariable> mBufferVariables; 540 const BufferVariable &getBufferVariableByIndex(GLuint index) const;
|
D | ProgramLinkedResources.cpp | 303 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()
|
D | Program.cpp | 744 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()
|
D | queryutils.cpp | 897 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/ |
D | frame_capture_utils.cpp | 977 const std::vector<gl::BufferVariable> &bufferVariables) in SerializeBufferVariablesVector() 979 for (const gl::BufferVariable &bufferVariable : bufferVariables) in SerializeBufferVariablesVector()
|