HomeSort by relevance Sort by last modified time
    Searched refs:fConfig (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/skia/src/gpu/
GrColorSpaceInfo.h 32 GrPixelConfig config() const { return fConfig; }
37 GrPixelConfig fConfig;
GrColorSpaceInfo.cpp 12 , fConfig(config)
GrBackendSurface.cpp 72 , fConfig(GrVkFormatToPixelConfig(vkInfo.fFormat))
91 , fConfig(config)
102 , fConfig(GrGLSizedFormatToPixelConfig(glInfo.fFormat))
120 , fConfig(config)
160 , fConfig(GrVkFormatToPixelConfig(vkInfo.fFormat))
175 , fConfig(config)
188 , fConfig(GrGLSizedFormatToPixelConfig(glInfo.fFormat))
  /external/skqp/include/gpu/
GrBackendSurface.h 22 GrBackendTexture() : fConfig(kUnknown_GrPixelConfig) {}
82 bool isValid() const { return fConfig != kUnknown_GrPixelConfig; }
93 GrPixelConfig config() const { return fConfig; }
97 GrPixelConfig fConfig;
113 GrBackendRenderTarget() : fConfig(kUnknown_GrPixelConfig) {}
156 bool isValid() const { return fConfig != kUnknown_GrPixelConfig; }
166 GrPixelConfig config() const { return fConfig; }
173 GrPixelConfig fConfig;
GrSurface.h 44 GrPixelConfig config() const { return fConfig; }
77 , fConfig(desc.fConfig)
87 GrPixelConfig fConfig;
  /external/skqp/src/gpu/
GrColorSpaceInfo.h 32 GrPixelConfig config() const { return fConfig; }
37 GrPixelConfig fConfig;
GrColorSpaceInfo.cpp 12 , fConfig(config)
GrBackendSurface.cpp 23 , fConfig(GrVkFormatToPixelConfig(vkInfo.fFormat))
42 , fConfig(config)
53 , fConfig(GrGLSizedFormatToPixelConfig(glInfo.fFormat))
71 , fConfig(config)
111 , fConfig(GrVkFormatToPixelConfig(vkInfo.fFormat))
126 , fConfig(config)
139 , fConfig(GrGLSizedFormatToPixelConfig(glInfo.fFormat))
GrSurfaceProxy.cpp 28 desc.fConfig != kUnknown_GrPixelConfig &&
36 desc.fConfig != kUnknown_GrPixelConfig;
42 desc.fConfig != kUnknown_GrPixelConfig;
49 : fConfig(desc.fConfig)
72 , fConfig(fTarget->config())
128 desc.fConfig = fConfig;
278 dstDesc.fConfig = src->config();
375 SkASSERT(texture->config() == fProxy->fConfig);
    [all...]
  /external/skia/bench/
ResultsWriter.h 86 , fConfig(nullptr) {}
107 fConfig = &(*fBench)[name];
110 (*fConfig)["options"][name] = value;
117 SkASSERT(fConfig);
118 (*fConfig)[name] = ms;
121 SkASSERT(fConfig);
128 (*fConfig)[name] = std::move(value);
149 Json::Value* fConfig;
  /external/skqp/bench/
ResultsWriter.h 86 , fConfig(nullptr) {}
107 fConfig = &(*fBench)[name];
110 (*fConfig)["options"][name] = value;
117 SkASSERT(fConfig);
118 (*fConfig)[name] = ms;
121 SkASSERT(fConfig);
128 (*fConfig)[name] = std::move(value);
149 Json::Value* fConfig;
  /external/skia/include/gpu/
GrSurface.h 44 GrPixelConfig config() const { return fConfig; }
77 , fConfig(desc.fConfig)
89 GrPixelConfig fConfig;
GrBackendSurface.h 85 GrBackendTexture() : fConfig(kUnknown_GrPixelConfig) {}
145 bool isValid() const { return fConfig != kUnknown_GrPixelConfig; }
158 GrPixelConfig config() const { return fConfig; }
162 GrPixelConfig fConfig;
178 GrBackendRenderTarget() : fConfig(kUnknown_GrPixelConfig) {}
221 bool isValid() const { return fConfig != kUnknown_GrPixelConfig; }
234 GrPixelConfig config() const { return fConfig; }
241 GrPixelConfig fConfig;
  /external/skia/src/effects/
SkHighContrastFilter.cpp 29 fConfig = config;
31 fConfig.fContrast = SkScalarPin(fConfig.fContrast,
56 SkHighContrastConfig fConfig;
83 if (fConfig.fGrayscale) {
94 if (fConfig.fInvertStyle == InvertStyle::kInvertBrightness) {
99 } else if (fConfig.fInvertStyle == InvertStyle::kInvertLightness) {
108 if (fConfig.fContrast != 0.0) {
110 float c = fConfig.fContrast;
138 buffer.writeBool(fConfig.fGrayscale)
    [all...]
  /external/skqp/src/effects/
SkHighContrastFilter.cpp 29 fConfig = config;
31 fConfig.fContrast = SkScalarPin(fConfig.fContrast,
56 SkHighContrastConfig fConfig;
83 if (fConfig.fGrayscale) {
94 if (fConfig.fInvertStyle == InvertStyle::kInvertBrightness) {
99 } else if (fConfig.fInvertStyle == InvertStyle::kInvertLightness) {
108 if (fConfig.fContrast != 0.0) {
110 float c = fConfig.fContrast;
138 buffer.writeBool(fConfig.fGrayscale)
    [all...]
  /external/skqp/include/private/
SkSurfaceCharacterization.h 41 , fConfig(kUnknown_GrPixelConfig)
60 GrPixelConfig config() const { return fConfig; }
87 fConfig = config;
101 GrPixelConfig fConfig;
  /external/skqp/tests/
GrSurfaceTest.cpp 35 desc.fConfig = kRGBA_8888_GrPixelConfig;
122 desc.fConfig = config;
126 bool ict = caps->isConfigTexturable(desc.fConfig);
130 size_t rowBytes = desc.fWidth * GrBytesPerPixel(desc.fConfig);
140 (caps->isConfigTexturable(desc.fConfig) &&
142 !GrPixelConfigIsSint(desc.fConfig)));
175 desc.fConfig = static_cast<GrPixelConfig>(c);
176 if (!context_info.grContext()->caps()->isConfigTexturable(desc.fConfig)) {
181 if (rt && !context->caps()->isConfigRenderable(desc.fConfig, false)) {
204 uint32_t cmp = GrPixelConfigIsOpaque(desc.fConfig) ? 0xFF000000 : 0
    [all...]
  /external/skia/include/private/
SkSurfaceCharacterization.h 43 , fConfig(kUnknown_GrPixelConfig)
61 bool isValid() const { return kUnknown_GrPixelConfig != fConfig; }
66 GrPixelConfig config() const { return fConfig; }
91 , fConfig(config)
119 fConfig = config;
134 GrPixelConfig fConfig;
  /external/skia/src/gpu/gl/
GrGLTexture.cpp 46 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
47 highest_filter_mode(idDesc, desc.fConfig), mipMapsStatus) {
55 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
56 highest_filter_mode(idDesc, desc.fConfig), mipMapsStatus) {
64 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
65 highest_filter_mode(idDesc, desc.fConfig), mipMapsStatus) {
  /external/skqp/src/gpu/gl/
GrGLTexture.cpp 55 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
56 highest_filter_mode(idDesc, desc.fConfig), mipMapsStatus) {
64 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
65 highest_filter_mode(idDesc, desc.fConfig), mipMapsStatus) {
73 , INHERITED(gpu, desc, sampler_type(idDesc, desc.fConfig, gpu),
74 highest_filter_mode(idDesc, desc.fConfig), mipMapsStatus) {
  /external/skia/tests/
GrSurfaceTest.cpp 35 desc.fConfig = kRGBA_8888_GrPixelConfig;
112 desc.fConfig = config;
116 bool ict = caps->isConfigTexturable(desc.fConfig);
123 (caps->isConfigTexturable(desc.fConfig) &&
157 desc.fConfig = static_cast<GrPixelConfig>(c);
159 if (GrPixelConfigIsSRGB(desc.fConfig)) {
162 if (!context_info.grContext()->caps()->isConfigTexturable(desc.fConfig)) {
167 if (rt && !context->caps()->isConfigRenderable(desc.fConfig)) {
189 uint32_t cmp = GrPixelConfigIsOpaque(desc.fConfig) ? 0xFF000000 : 0;
192 ERRORF(reporter, "Failed on config %d", desc.fConfig);
    [all...]
  /external/skia/include/gpu/mock/
GrMockTypes.h 15 GrPixelConfig fConfig;
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 54 void *fConfig;
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.h 54 void *fConfig;
  /external/skia/src/gpu/mtl/
GrMtlTexture.mm 17 if (!GrPixelConfigToMTLFormat(desc.fConfig, &format)) {
60 , INHERITED(gpu, desc, kTexture2DSampler_GrSLType, highest_filter_mode(desc.fConfig),

Completed in 262 milliseconds

1 2 3 4 5 6 7 8