Searched refs:VertexAttribCurrentValueData (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/ |
D | VertexDataManager.h | 21 struct VertexAttribCurrentValueData; 55 …pareVertexData(const gl::VertexAttribute attribs[], const gl::VertexAttribCurrentValueData current… 62 const gl::VertexAttribCurrentValueData ¤tValue, 67 const gl::VertexAttribCurrentValueData ¤tValue) const; 70 const gl::VertexAttribCurrentValueData ¤tValue, 77 const gl::VertexAttribCurrentValueData ¤tValue, 79 gl::VertexAttribCurrentValueData *cachedValue, 87 gl::VertexAttribCurrentValueData mCurrentValue[gl::MAX_VERTEX_ATTRIBS];
|
D | VertexBuffer.h | 24 struct VertexAttribCurrentValueData; 39 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData ¤… 72 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData ¤… 76 const gl::VertexAttribCurrentValueData ¤tValue) const; 118 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData ¤…
|
D | VertexDataManager.cpp | 85 …pareVertexData(const gl::VertexAttribute attribs[], const gl::VertexAttribCurrentValueData current… in prepareVertexData() 167 … const gl::VertexAttribCurrentValueData ¤tValue) const in invalidateMatchingStaticData() 187 … const gl::VertexAttribCurrentValueData ¤tValue, in reserveSpaceForAttrib() 227 const gl::VertexAttribCurrentValueData ¤tValue, in storeAttribute() 310 const gl::VertexAttribCurrentValueData ¤tValue, in storeCurrentValue() 312 gl::VertexAttribCurrentValueData *cachedValue, in storeCurrentValue()
|
D | VertexBuffer.cpp | 92 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData ¤… in storeVertexAttributes() 167 … const gl::VertexAttribCurrentValueData ¤tValue) const in directStoragePossible() 285 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData ¤… in storeVertexAttributes()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | VertexAttribute.h | 69 struct VertexAttribCurrentValueData struct 106 bool operator==(const VertexAttribCurrentValueData &other) argument 111 bool operator!=(const VertexAttribCurrentValueData &other)
|
D | State.h | 222 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(unsigned int attribNum) const; 223 const VertexAttribCurrentValueData *getVertexAttribCurrentValues() const; 286 …VertexAttribCurrentValueData mVertexAttribCurrentValues[MAX_VERTEX_ATTRIBS]; // From glVertexAttrib
|
D | angletypes.h | 20 struct VertexAttribCurrentValueData; 233 const gl::VertexAttribCurrentValueData *currentValues);
|
D | angletypes.cpp | 152 const gl::VertexAttribCurrentValueData *currentValues) in GetInputLayout()
|
D | State.cpp | 1063 const VertexAttribCurrentValueData &State::getVertexAttribCurrentValue(unsigned int attribNum) const in getVertexAttribCurrentValue() 1069 const VertexAttribCurrentValueData *State::getVertexAttribCurrentValues() const in getVertexAttribCurrentValues()
|
D | libGLESv2.cpp | 3309 …const gl::VertexAttribCurrentValueData ¤tValueData = context->getState().getVertexAttribCurr… in glGetVertexAttribfv() 3344 …const gl::VertexAttribCurrentValueData ¤tValueData = context->getState().getVertexAttribCurr… in glGetVertexAttribiv() 6311 …const gl::VertexAttribCurrentValueData ¤tValueData = context->getState().getVertexAttribCurr… in glGetVertexAttribIiv() 6353 …const gl::VertexAttribCurrentValueData ¤tValueData = context->getState().getVertexAttribCurr… in glGetVertexAttribIuiv()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
D | VertexBuffer11.h | 28 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData ¤…
|
D | VertexBuffer11.cpp | 68 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData ¤… in storeVertexAttributes()
|
D | Renderer11.h | 83 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current…
|
D | Renderer11.cpp | 936 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current… in applyVertexBuffer()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
D | VertexBuffer9.h | 28 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData ¤…
|
D | VertexBuffer9.cpp | 65 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData ¤… in storeVertexAttributes()
|
D | Renderer9.h | 84 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current…
|
D | Renderer9.cpp | 1263 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current… in applyVertexBuffer()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer.h | 42 struct VertexAttribCurrentValueData; 133 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current…
|