Home
last modified time | relevance | path

Searched refs:bufferType (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkBuffer.cpp22 GrGpuBufferType bufferType, in GrVkBuffer() argument
27 : GrGpuBuffer(gpu, sizeInBytes, bufferType, accessPattern) in GrVkBuffer()
33 SkASSERT(bufferType != GrGpuBufferType::kUniform || uniformDescriptorSet); in GrVkBuffer()
69 GrGpuBufferType bufferType, in Make() argument
91 switch (bufferType) { in Make()
142 if (bufferType == GrGpuBufferType::kUniform) { in Make()
151 return sk_sp<GrVkBuffer>(new GrVkBuffer(gpu, size, bufferType, accessPattern, buffer, alloc, in Make()
DGrVkBuffer.h21 GrGpuBufferType bufferType,
39 GrGpuBufferType bufferType,
/third_party/skia/experimental/graphite/src/
DBuffer.h37 BufferType bufferType() const { return fType; } in bufferType() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
DWGPUHelpers.cpp88 wgpu::BufferBindingType bufferType, in BindingLayoutEntryInitializationHelper() argument
93 buffer.type = bufferType; in BindingLayoutEntryInitializationHelper()
DWGPUHelpers.h58 wgpu::BufferBindingType bufferType,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DStream.cpp132 EGLenum bufferType = attributes.getAsInt(EGL_COLOR_BUFFER_TYPE, EGL_RGB_BUFFER); in createConsumerGLTextureExternal() local
133 if (bufferType == EGL_RGB_BUFFER) in createConsumerGLTextureExternal()
DFramebuffer.h406 void markBufferInitialized(GLenum bufferType, GLint bufferIndex);
408 GLenum bufferType,
416 bool partialBufferClearNeedsInit(const Context *context, GLenum bufferType);
DFramebuffer.cpp2240 void Framebuffer::markBufferInitialized(GLenum bufferType, GLint bufferIndex) in markBufferInitialized() argument
2242 switch (bufferType) in markBufferInitialized()
2303 GLenum bufferType, in ensureBufferInitialized() argument
2313 switch (bufferType) in ensureBufferInitialized()
2365 bool Framebuffer::partialBufferClearNeedsInit(const Context *context, GLenum bufferType) in partialBufferClearNeedsInit() argument
2372 switch (bufferType) in partialBufferClearNeedsInit()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DStream.cpp132 EGLenum bufferType = attributes.getAsInt(EGL_COLOR_BUFFER_TYPE, EGL_RGB_BUFFER); in createConsumerGLTextureExternal() local
133 if (bufferType == EGL_RGB_BUFFER) in createConsumerGLTextureExternal()
DFramebuffer.h482 void markBufferInitialized(GLenum bufferType, GLint bufferIndex);
484 GLenum bufferType,
492 bool partialBufferClearNeedsInit(const Context *context, GLenum bufferType);
DFramebuffer.cpp2450 void Framebuffer::markBufferInitialized(GLenum bufferType, GLint bufferIndex) in markBufferInitialized() argument
2452 switch (bufferType) in markBufferInitialized()
2513 GLenum bufferType, in ensureBufferInitialized() argument
2523 switch (bufferType) in ensureBufferInitialized()
2575 bool Framebuffer::partialBufferClearNeedsInit(const Context *context, GLenum bufferType) in partialBufferClearNeedsInit() argument
2582 switch (bufferType) in partialBufferClearNeedsInit()
/third_party/flutter/skia/src/gpu/gl/
DGrGLBuffer.cpp51 inline static GrGLenum gr_to_gl_access_pattern(GrGpuBufferType bufferType, in gr_to_gl_access_pattern() argument
90 return usageType(bufferType, accessPattern); in gr_to_gl_access_pattern()
/third_party/skia/src/gpu/gl/
DGrGLBuffer.cpp56 inline static GrGLenum gr_to_gl_access_pattern(GrGpuBufferType bufferType, in gr_to_gl_access_pattern() argument
103 return usageType(bufferType, accessPattern); in gr_to_gl_access_pattern()
/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.h85 GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, sk_sp<CpuBufferCache> cpuBufferCache);
DGrBufferAllocPool.cpp88 GrBufferAllocPool::GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, in GrBufferAllocPool() argument
93 , fBufferType(bufferType) {} in GrBufferAllocPool()
/third_party/skia/src/gpu/
DGrBufferAllocPool.h86 GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, sk_sp<CpuBufferCache> cpuBufferCache);
DGrBufferAllocPool.cpp88 GrBufferAllocPool::GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, in GrBufferAllocPool() argument
93 , fBufferType(bufferType) {} in GrBufferAllocPool()
/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.cpp254 wgpu::BufferBindingType bufferType, in BindingLayoutEntryInitializationHelper() argument
259 buffer.type = bufferType; in BindingLayoutEntryInitializationHelper()
DWGPUHelpers.h114 wgpu::BufferBindingType bufferType,