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

  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 409 virtual bool onReserveIndexSpace(int indexCount, void** indices) SK_OVERRIDE;
GrInOrderDrawBuffer.h 165 virtual bool onReserveIndexSpace(int indexCount,
GrDrawTarget.h     [all...]
GrGpu.cpp 495 bool GrGpu::onReserveIndexSpace(int indexCount, void** indices) {
GrDrawTarget.cpp 181 acquired = this->onReserveIndexSpace(indexCount, indices);
    [all...]
GrInOrderDrawBuffer.cpp 796 bool GrInOrderDrawBuffer::onReserveIndexSpace(int indexCount, void** indices) {
    [all...]
  /external/skia/src/gpu/
GrGpu.h 409 virtual bool onReserveIndexSpace(int indexCount, void** indices) SK_OVERRIDE;
GrInOrderDrawBuffer.h 165 virtual bool onReserveIndexSpace(int indexCount,
GrDrawTarget.h     [all...]
GrGpu.cpp 495 bool GrGpu::onReserveIndexSpace(int indexCount, void** indices) {
GrDrawTarget.cpp 181 acquired = this->onReserveIndexSpace(indexCount, indices);
    [all...]
GrInOrderDrawBuffer.cpp 796 bool GrInOrderDrawBuffer::onReserveIndexSpace(int indexCount, void** indices) {
    [all...]

Completed in 60 milliseconds