Searched refs:VertexAttribCurrentValueData (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexAttribute.inc | 12 inline VertexAttribCurrentValueData::VertexAttribCurrentValueData() 21 inline void VertexAttribCurrentValueData::setFloatValues(const GLfloat floatValues[4]) 30 inline void VertexAttribCurrentValueData::setIntValues(const GLint intValues[4]) 39 inline void VertexAttribCurrentValueData::setUnsignedIntValues(const GLuint unsignedIntValues[4]) 48 inline bool operator==(const VertexAttribCurrentValueData &a, const VertexAttribCurrentValueData &b) 50 …return (a.Type == b.Type && memcmp(&a.Values, &b.Values, sizeof(VertexAttribCurrentValueData::Valu… 53 inline bool operator!=(const VertexAttribCurrentValueData &a, const VertexAttribCurrentValueData &b)
|
D | VertexAttribute.h | 115 struct VertexAttribCurrentValueData struct 125 VertexAttribCurrentValueData(); argument 132 bool operator==(const VertexAttribCurrentValueData &a, const VertexAttribCurrentValueData &b); 133 bool operator!=(const VertexAttribCurrentValueData &a, const VertexAttribCurrentValueData &b);
|
D | queryutils.h | 36 struct VertexAttribCurrentValueData; 91 const VertexAttribCurrentValueData ¤tValueData, 97 const VertexAttribCurrentValueData ¤tValueData, 105 const VertexAttribCurrentValueData ¤tValueData, 111 const VertexAttribCurrentValueData ¤tValueData,
|
D | State.h | 507 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(size_t attribNum) const in getVertexAttribCurrentValue() 513 const std::vector<VertexAttribCurrentValueData> &getVertexAttribCurrentValues() const in getVertexAttribCurrentValues() 1050 using VertexAttribVector = std::vector<VertexAttribCurrentValueData>;
|
D | queryutils.cpp | 1585 const VertexAttribCurrentValueData ¤tValueData, in QueryVertexAttribfv() 1594 const VertexAttribCurrentValueData ¤tValueData, in QueryVertexAttribiv() 1617 const VertexAttribCurrentValueData ¤tValueData, in QueryVertexAttribIiv() 1626 const VertexAttribCurrentValueData ¤tValueData, in QueryVertexAttribIuiv()
|
D | Context.cpp | 5855 const VertexAttribCurrentValueData ¤tValues = in getVertexAttribivImpl() 5878 const VertexAttribCurrentValueData ¤tValues = in getVertexAttribfv() 5896 const VertexAttribCurrentValueData ¤tValues = in getVertexAttribIiv() 5914 const VertexAttribCurrentValueData ¤tValues = in getVertexAttribIuiv()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.h | 24 struct VertexAttribCurrentValueData; 124 const gl::VertexAttribCurrentValueData ¤tValue, 136 gl::VertexAttribCurrentValueData data;
|
D | VertexBuffer.h | 29 struct VertexAttribCurrentValueData;
|
D | VertexDataManager.cpp | 586 const gl::VertexAttribCurrentValueData ¤tValue, in storeCurrentValue()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | StateManagerGL.h | 194 void setAttributeCurrentData(size_t index, const gl::VertexAttribCurrentValueData &data); 373 std::vector<gl::VertexAttribCurrentValueData> mVertexAttribCurrentValues;
|
D | StateManagerGL.cpp | 1061 const gl::VertexAttribCurrentValueData &data) in setAttributeCurrentData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.h | 385 const std::vector<gl::VertexAttribCurrentValueData> ¤tValues);
|
D | StateManager11.cpp | 2079 const std::vector<gl::VertexAttribCurrentValueData> ¤tValues) in syncCurrentValueAttribs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 466 const gl::VertexAttribCurrentValueData &vertexAttribCurrentValueData) in SerializeVertexAttribCurrentValueData() 583 const std::vector<gl::VertexAttribCurrentValueData> &vertexAttribCurrentValues = in SerializeContextState()
|
D | FrameCapture.cpp | 1588 bool IsDefaultCurrentValue(const gl::VertexAttribCurrentValueData ¤tValue) in IsDefaultCurrentValue() 2534 const std::vector<gl::VertexAttribCurrentValueData> ¤tValues = in CaptureDefaultVertexAttribs() 2539 const gl::VertexAttribCurrentValueData &defaultValue = currentValues[attribIndex]; in CaptureDefaultVertexAttribs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 550 const gl::VertexAttribCurrentValueData &defaultValue = in setDefaultPackedInput()
|
D | ContextVk.cpp | 139 constexpr size_t kDefaultValueSize = sizeof(gl::VertexAttribCurrentValueData::Values); 5793 const gl::VertexAttribCurrentValueData &defaultValue = in updateDefaultAttribute()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ContextMtl.mm | 1995 const gl::VertexAttribCurrentValueData &defaultValue = 1999 sizeof(gl::VertexAttribCurrentValueData::Values);
|