HomeSort by relevance Sort by last modified time
    Searched refs:VertexAttribCurrentValueData (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
VertexDataManager.h 21 struct VertexAttribCurrentValueData;
55 gl::Error prepareVertexData(const gl::VertexAttribute attribs[], const gl::VertexAttribCurrentValueData currentValues[],
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];
VertexBuffer.h 24 struct VertexAttribCurrentValueData;
39 virtual gl::Error storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
72 virtual gl::Error storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
76 const gl::VertexAttribCurrentValueData &currentValue) const;
118 gl::Error storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
VertexDataManager.cpp 85 gl::Error VertexDataManager::prepareVertexData(const gl::VertexAttribute attribs[], const gl::VertexAttribCurrentValueData currentValues[],
167 const gl::VertexAttribCurrentValueData &currentValue) const
187 const gl::VertexAttribCurrentValueData &currentValue,
227 const gl::VertexAttribCurrentValueData &currentValue,
310 const gl::VertexAttribCurrentValueData &currentValue,
312 gl::VertexAttribCurrentValueData *cachedValue,
VertexBuffer.cpp 92 gl::Error VertexBufferInterface::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
167 const gl::VertexAttribCurrentValueData &currentValue) const
285 gl::Error StaticVertexBufferInterface::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
  /external/chromium_org/third_party/angle/src/libGLESv2/
VertexAttribute.h 69 struct VertexAttribCurrentValueData
106 bool operator==(const VertexAttribCurrentValueData &other)
111 bool operator!=(const VertexAttribCurrentValueData &other)
State.h 222 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(unsigned int attribNum) const;
223 const VertexAttribCurrentValueData *getVertexAttribCurrentValues() const;
286 VertexAttribCurrentValueData mVertexAttribCurrentValues[MAX_VERTEX_ATTRIBS]; // From glVertexAttrib
angletypes.h 20 struct VertexAttribCurrentValueData;
233 const gl::VertexAttribCurrentValueData *currentValues);
angletypes.cpp 152 const gl::VertexAttribCurrentValueData *currentValues)
State.cpp 1063 const VertexAttribCurrentValueData &State::getVertexAttribCurrentValue(unsigned int attribNum) const
1069 const VertexAttribCurrentValueData *State::getVertexAttribCurrentValues() const
    [all...]
libGLESv2.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
VertexBuffer11.h 28 virtual gl::Error storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
VertexBuffer11.cpp 68 gl::Error VertexBuffer11::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
Renderer11.h 83 virtual gl::Error applyVertexBuffer(gl::ProgramBinary *programBinary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData currentValues[],
Renderer11.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
VertexBuffer9.h 28 virtual gl::Error storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
VertexBuffer9.cpp 65 gl::Error VertexBuffer9::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
Renderer9.h 84 virtual gl::Error applyVertexBuffer(gl::ProgramBinary *programBinary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData currentValues[],
Renderer9.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.h 42 struct VertexAttribCurrentValueData;
133 virtual gl::Error applyVertexBuffer(gl::ProgramBinary *programBinary, const gl::VertexAttribute vertexAttributes[], const gl::VertexAttribCurrentValueData currentValues[],

Completed in 695 milliseconds