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

  /external/skia/src/gpu/vk/
GrVkTexelBuffer.cpp 14 : INHERITED(gpu, desc.fSizeInBytes, kTexel_GrBufferType,
GrVkGpu.cpp 313 case kTexel_GrBufferType:
    [all...]
  /external/skia/src/gpu/instanced/
InstancedRendering.cpp 57 kTexel_GrBufferType, kDynamic_GrAccessPattern,
  /external/skia/include/private/
GrTypesPriv.h 534 kTexel_GrBufferType,
  /external/skia/src/gpu/gl/
GrGLBuffer.cpp 74 drawUsages, // kTexel_GrBufferType,
82 GR_STATIC_ASSERT(2 == kTexel_GrBufferType);
GrGLGpu.cpp 235 fHWBufferState[kTexel_GrBufferType].fGLTarget = GR_GL_TEXTURE_BUFFER;
392 fHWBufferState[kTexel_GrBufferType].invalidate();
    [all...]
  /external/skia/samplecode/
SampleCCPRGeometry.cpp 231 kTexel_GrBufferType, kDynamic_GrAccessPattern,
  /external/skia/tests/
ProcessorTest.cpp 173 1024, GrBufferType::kTexel_GrBufferType,
  /external/skia/src/gpu/ccpr/
GrCCPRCoverageOpsBuilder.cpp 115 fPointsBuffer = onFlushRP->makeBuffer(kTexel_GrBufferType, maxPoints * 2 * sizeof(float));

Completed in 567 milliseconds