Searched refs:BufferVariable (Results 1 – 8 of 8) sorted by relevance
/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()
|