OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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