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

  /external/skia/src/gpu/vk/
GrVkVertexBuffer.cpp 13 : INHERITED(gpu, desc.fSizeInBytes, kVertex_GrBufferType,
GrVkGpu.cpp 293 case kVertex_GrBufferType:
    [all...]
  /external/skia/src/gpu/instanced/
GLInstancedRendering.cpp 101 this->glGpu()->bindBuffer(kVertex_GrBufferType, this->vertexBuffer());
115 rp->createBuffer(sizeof(Instance) * numGLInstances, kVertex_GrBufferType,
274 this->glGpu()->bindBuffer(kVertex_GrBufferType, fInstanceBuffer.get());
InstanceProcessor.cpp     [all...]
  /external/skia/include/private/
GrTypesPriv.h 532 kVertex_GrBufferType,
547 GR_STATIC_ASSERT(0 == kVertex_GrBufferType);
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 65 gpu->bindBuffer(kVertex_GrBufferType, vertexBuffer);
GrGLBuffer.cpp 72 drawUsages, // kVertex_GrBufferType,
80 GR_STATIC_ASSERT(0 == kVertex_GrBufferType);
GrGLGpu.cpp 233 fHWBufferState[kVertex_GrBufferType].fGLTarget = GR_GL_ARRAY_BUFFER;
490 fHWBufferState[kVertex_GrBufferType].invalidate();
    [all...]
  /external/skia/src/gpu/ccpr/
GrCCPRPathProcessor.cpp 204 return onFlushRP->findOrMakeStaticBuffer(gVertexBufferKey, kVertex_GrBufferType,
GrCoverageCountingPathRenderer.cpp 193 fPerFlushInstanceBuffer = onFlushRP->makeBuffer(kVertex_GrBufferType,
GrCCPRCoverageOpsBuilder.cpp 122 fInstanceBuffer = onFlushRP->makeBuffer(kVertex_GrBufferType, maxInstances * 4 * sizeof(int));
  /external/skia/tests/
GrPipelineDynamicStateTest.cpp 182 sk_sp<const GrBuffer> vbuff(rp->createBuffer(sizeof(vdata), kVertex_GrBufferType,
GrMeshTest.cpp 357 count * sizeof(T), kVertex_GrBufferType, kDynamic_GrAccessPattern,
  /external/skia/samplecode/
SampleCCPRGeometry.cpp 240 kVertex_GrBufferType, kDynamic_GrAccessPattern,
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 383 : GrBufferAllocPool(gpu, kVertex_GrBufferType, MIN_VERTEX_BUFFER_SIZE) {
  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.cpp 76 size, kVertex_GrBufferType, kStatic_GrAccessPattern, 0));

Completed in 373 milliseconds