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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
VertexBuffer.h 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,
118 gl::Error storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
VertexBuffer.cpp 92 gl::Error VertexBufferInterface::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
116 error = mVertexBuffer->storeVertexAttributes(attrib, currentValue, start, count, instances, mWritePosition);
285 gl::Error StaticVertexBufferInterface::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
289 gl::Error error = VertexBufferInterface::storeVertexAttributes(attrib, currentValue, start, count, instances, &streamOffset);
VertexDataManager.cpp 263 gl::Error error = staticBuffer->storeVertexAttributes(attrib, currentValue, -startIndex, totalCount,
289 error = mStreamingBuffer->storeVertexAttributes(attrib, currentValue, start, totalCount, instances, &streamOffset);
325 error = buffer->storeVertexAttributes(attrib, currentValue, 0, 1, 0, &streamOffset);
  /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,
  /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,

Completed in 184 milliseconds