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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexDataManager.cpp 67 gl::Buffer *buffer = attrib.mBoundBuffer.get();
92 gl::Buffer *buffer = attribs[i].mBoundBuffer.get();
108 gl::Buffer *buffer = attribs[i].mBoundBuffer.get();
143 gl::Buffer *buffer = attribs[i].mBoundBuffer.get();
255 gl::Buffer *buffer = attribs[i].mBoundBuffer.get();
VertexBuffer11.cpp 81 gl::Buffer *buffer = attrib.mBoundBuffer.get();
VertexBuffer9.cpp 89 gl::Buffer *buffer = attrib.mBoundBuffer.get();
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.h 115 BindingPointer<Buffer> mBoundBuffer; // Captured when glVertexAttribPointer is called.
Context.cpp 227 mState.vertexAttribute[i].mBoundBuffer.set(NULL);
645 mState.vertexAttribute[attribNum].mBoundBuffer.set(boundBuffer);
    [all...]
libGLESv2.cpp     [all...]

Completed in 73 milliseconds