OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrPixelConfigToVkFormat
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/vk/
GrVkUtil.h
31
bool
GrPixelConfigToVkFormat
(GrPixelConfig config, VkFormat* format);
GrVkUtil.cpp
10
bool
GrPixelConfigToVkFormat
(GrPixelConfig config, VkFormat* format) {
GrVkTextureRenderTarget.cpp
33
GrPixelConfigToVkFormat
(desc.fConfig, &pixelFormat);
GrVkRenderTarget.cpp
120
GrPixelConfigToVkFormat
(desc.fConfig, &pixelFormat);
245
GrPixelConfigToVkFormat
(this->config(), &colorFormat);
GrVkCaps.cpp
145
if (!
GrPixelConfigToVkFormat
(config, &format)) {
GrVkGpu.cpp
471
if (!
GrPixelConfigToVkFormat
(desc.fConfig, &pixelFormat)) {
556
if (!
GrPixelConfigToVkFormat
(desc.fConfig, &format)) {
718
if (!
GrPixelConfigToVkFormat
(config, &pixelFormat)) {
[
all
...]
Completed in 123 milliseconds