Searched refs:applyDriverCorrectnessWorkarounds (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.h | 129 void applyDriverCorrectnessWorkarounds(int vendorID);
|
D | GrD3DCaps.cpp | 167 this->applyDriverCorrectnessWorkarounds(adapterDesc.VendorId); in init() 257 void GrD3DCaps::applyDriverCorrectnessWorkarounds(int vendorID) { in applyDriverCorrectnessWorkarounds() function in GrD3DCaps
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 112 void applyDriverCorrectnessWorkarounds(const GrContextOptions&, const id<MTLDevice>);
|
D | GrMtlCaps.mm | 40 this->applyDriverCorrectnessWorkarounds(contextOptions, device); 487 void GrMtlCaps::applyDriverCorrectnessWorkarounds(const GrContextOptions&, function
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.h | 184 void applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties&);
|
D | GrVkCaps.cpp | 382 this->applyDriverCorrectnessWorkarounds(properties); in init() 395 void GrVkCaps::applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties& properties) { in applyDriverCorrectnessWorkarounds() function in GrVkCaps
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.h | 294 void applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties&);
|
D | GrVkCaps.cpp | 462 this->applyDriverCorrectnessWorkarounds(properties); in init() 468 void GrVkCaps::applyDriverCorrectnessWorkarounds(const VkPhysicalDeviceProperties& properties) { in applyDriverCorrectnessWorkarounds() function in GrVkCaps
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.h | 451 void applyDriverCorrectnessWorkarounds(const GrGLContextInfo&, const GrContextOptions&,
|
D | GrGLCaps.cpp | 610 this->applyDriverCorrectnessWorkarounds(ctxInfo, contextOptions, shaderCaps); in init() 2390 void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo, in applyDriverCorrectnessWorkarounds() function in GrGLCaps
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 480 void applyDriverCorrectnessWorkarounds(const GrGLContextInfo&, const GrContextOptions&,
|
D | GrGLCaps.cpp | 728 this->applyDriverCorrectnessWorkarounds(ctxInfo, contextOptions, gli, shaderCaps, in init() 3444 void GrGLCaps::applyDriverCorrectnessWorkarounds(const GrGLContextInfo& ctxInfo, in applyDriverCorrectnessWorkarounds() function in GrGLCaps
|