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

  /external/skia/src/gpu/vk/
GrVkCaps.h 42 bool isConfigRenderableLinearly(GrPixelConfig config, bool withMSAA) const {
GrVkGpu.cpp 482 (!renderTarget || fVkCaps->isConfigRenderableLinearly(desc.fConfig, false))) {
    [all...]
  /external/skia/tests/
VkUploadPixelsTests.cpp 71 (renderTarget && !caps->isConfigRenderableLinearly(config, false))) {

Completed in 580 milliseconds