OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colorSamplesPerPixel
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/
GrRenderTargetProxy.cpp
94
int
colorSamplesPerPixel
= this->numColorSamples();
95
if (
colorSamplesPerPixel
> 1) {
97
++
colorSamplesPerPixel
;
102
colorSamplesPerPixel
, GrMipMapped::kNo, !this->priv().isExact());
GrTextureRenderTargetProxy.cpp
66
int
colorSamplesPerPixel
= this->numColorSamples();
67
if (
colorSamplesPerPixel
> 1) {
69
++
colorSamplesPerPixel
;
74
colorSamplesPerPixel
, this->proxyMipMapped(),
/external/skqp/src/gpu/
GrRenderTargetProxy.cpp
93
int
colorSamplesPerPixel
= this->numColorSamples();
94
if (
colorSamplesPerPixel
> 1) {
96
++
colorSamplesPerPixel
;
101
colorSamplesPerPixel
, GrMipMapped::kNo, !this->priv().isExact());
GrTextureRenderTargetProxy.cpp
66
int
colorSamplesPerPixel
= this->numColorSamples();
67
if (
colorSamplesPerPixel
> 1) {
69
++
colorSamplesPerPixel
;
74
colorSamplesPerPixel
, this->proxyMipMapped(),
Completed in 191 milliseconds