Home
last modified time | relevance | path

Searched refs:VertexAttribCurrentValueData (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DVertexDataManager.h21 struct VertexAttribCurrentValueData;
55 …pareVertexData(const gl::VertexAttribute attribs[], const gl::VertexAttribCurrentValueData current…
62 const gl::VertexAttribCurrentValueData &currentValue,
67 const gl::VertexAttribCurrentValueData &currentValue) const;
70 const gl::VertexAttribCurrentValueData &currentValue,
77 const gl::VertexAttribCurrentValueData &currentValue,
79 gl::VertexAttribCurrentValueData *cachedValue,
87 gl::VertexAttribCurrentValueData mCurrentValue[gl::MAX_VERTEX_ATTRIBS];
DVertexBuffer.h24 struct VertexAttribCurrentValueData;
39 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &curren…
72 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &curren…
76 const gl::VertexAttribCurrentValueData &currentValue) const;
118 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &curren…
DVertexDataManager.cpp85 …pareVertexData(const gl::VertexAttribute attribs[], const gl::VertexAttribCurrentValueData current… in prepareVertexData()
167 … const gl::VertexAttribCurrentValueData &currentValue) const in invalidateMatchingStaticData()
187 … const gl::VertexAttribCurrentValueData &currentValue, in reserveSpaceForAttrib()
227 const gl::VertexAttribCurrentValueData &currentValue, in storeAttribute()
310 const gl::VertexAttribCurrentValueData &currentValue, in storeCurrentValue()
312 gl::VertexAttribCurrentValueData *cachedValue, in storeCurrentValue()
DVertexBuffer.cpp92 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &curren… in storeVertexAttributes()
167 … const gl::VertexAttribCurrentValueData &currentValue) const in directStoragePossible()
285 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &curren… in storeVertexAttributes()
/external/chromium_org/third_party/angle/src/libGLESv2/
DVertexAttribute.h69 struct VertexAttribCurrentValueData struct
106 bool operator==(const VertexAttribCurrentValueData &other) argument
111 bool operator!=(const VertexAttribCurrentValueData &other)
DState.h222 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(unsigned int attribNum) const;
223 const VertexAttribCurrentValueData *getVertexAttribCurrentValues() const;
286VertexAttribCurrentValueData mVertexAttribCurrentValues[MAX_VERTEX_ATTRIBS]; // From glVertexAttrib
Dangletypes.h20 struct VertexAttribCurrentValueData;
233 const gl::VertexAttribCurrentValueData *currentValues);
Dangletypes.cpp152 const gl::VertexAttribCurrentValueData *currentValues) in GetInputLayout()
DState.cpp1063 const VertexAttribCurrentValueData &State::getVertexAttribCurrentValue(unsigned int attribNum) const in getVertexAttribCurrentValue()
1069 const VertexAttribCurrentValueData *State::getVertexAttribCurrentValues() const in getVertexAttribCurrentValues()
DlibGLESv2.cpp3309 …const gl::VertexAttribCurrentValueData &currentValueData = context->getState().getVertexAttribCurr… in glGetVertexAttribfv()
3344 …const gl::VertexAttribCurrentValueData &currentValueData = context->getState().getVertexAttribCurr… in glGetVertexAttribiv()
6311 …const gl::VertexAttribCurrentValueData &currentValueData = context->getState().getVertexAttribCurr… in glGetVertexAttribIiv()
6353 …const gl::VertexAttribCurrentValueData &currentValueData = context->getState().getVertexAttribCurr… in glGetVertexAttribIuiv()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DVertexBuffer11.h28 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &curren…
DVertexBuffer11.cpp68 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &curren… in storeVertexAttributes()
DRenderer11.h83 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current…
DRenderer11.cpp936 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current… in applyVertexBuffer()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DVertexBuffer9.h28 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &curren…
DVertexBuffer9.cpp65 …VertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &curren… in storeVertexAttributes()
DRenderer9.h84 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current…
DRenderer9.cpp1263 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current… in applyVertexBuffer()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer.h42 struct VertexAttribCurrentValueData;
133 …nary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData current…