Home
last modified time | relevance | path

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

/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()