Home
last modified time | relevance | path

Searched refs:applyDriverCorrectnessWorkarounds (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DCaps.h129 void applyDriverCorrectnessWorkarounds(int vendorID);
DGrD3DCaps.cpp167 this->applyDriverCorrectnessWorkarounds(adapterDesc.VendorId); in init()
257 void GrD3DCaps::applyDriverCorrectnessWorkarounds(int vendorID) { in applyDriverCorrectnessWorkarounds() function in GrD3DCaps
/external/skia/src/gpu/mtl/
DGrMtlCaps.h112 void applyDriverCorrectnessWorkarounds(const GrContextOptions&, const id<MTLDevice>);
DGrMtlCaps.mm40 this->applyDriverCorrectnessWorkarounds(contextOptions, device);
487 void GrMtlCaps::applyDriverCorrectnessWorkarounds(const GrContextOptions&, function
/external/skqp/src/gpu/vk/
DGrVkCaps.h184 void applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties&);
DGrVkCaps.cpp382 this->applyDriverCorrectnessWorkarounds(properties); in init()
395 void GrVkCaps::applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties& properties) { in applyDriverCorrectnessWorkarounds() function in GrVkCaps
/external/skia/src/gpu/vk/
DGrVkCaps.h294 void applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties&);
DGrVkCaps.cpp462 this->applyDriverCorrectnessWorkarounds(properties); in init()
468 void GrVkCaps::applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties& properties) { in applyDriverCorrectnessWorkarounds() function in GrVkCaps
/external/skqp/src/gpu/gl/
DGrGLCaps.h451 void applyDriverCorrectnessWorkarounds(const GrGLContextInfo&, const GrContextOptions&,
DGrGLCaps.cpp610 this->applyDriverCorrectnessWorkarounds(ctxInfo, contextOptions, shaderCaps); in init()
2390 void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo, in applyDriverCorrectnessWorkarounds() function in GrGLCaps
/external/skia/src/gpu/gl/
DGrGLCaps.h480 void applyDriverCorrectnessWorkarounds(const GrGLContextInfo&, const GrContextOptions&,
DGrGLCaps.cpp728 this->applyDriverCorrectnessWorkarounds(ctxInfo, contextOptions, gli, shaderCaps, in init()
3444 void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo, in applyDriverCorrectnessWorkarounds() function in GrGLCaps