OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPrecision
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/gpu/
GrCoordTransform.cpp
28
fPrecision
= kDefault_GrSLPrecision;
34
info = &caps->getFloatShaderPrecisionInfo(kFragment_GrShaderType,
fPrecision
);
42
if (kHigh_GrSLPrecision ==
fPrecision
) {
45
GrSLPrecision nextP = static_cast<GrSLPrecision>(
fPrecision
+ 1);
50
fPrecision
= nextP;
63
fPrecision
= precision;
GrPrimitiveProcessor.h
170
,
fPrecision
(precision) {}
174
GrSLPrecision
fPrecision
;
/external/skia/include/gpu/
GrShaderVar.h
44
,
fPrecision
(kDefault_GrSLPrecision) {
53
,
fPrecision
(precision) {
64
,
fPrecision
(precision) {
75
,
fPrecision
(precision) {
99
fPrecision
= precision;
113
fPrecision
= precision;
176
GrSLPrecision getPrecision() const { return
fPrecision
; }
181
void setPrecision(GrSLPrecision p) {
fPrecision
= p; }
188
GrSLPrecision
fPrecision
;
GrCoordTransform.h
96
fPrecision
= that.
fPrecision
;
113
fPrecision
== that.
fPrecision
;
121
GrSLPrecision precision() const { return
fPrecision
; }
136
GrSLPrecision
fPrecision
;
/external/icu/icu4c/source/io/
uprntf_p.c
228
if (info->
fPrecision
!= -1 && info->
fPrecision
< len) {
229
len = info->
fPrecision
;
305
if(info->
fPrecision
!= -1) {
307
unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->
fPrecision
);
380
if(info->
fPrecision
!= -1) {
383
unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->
fPrecision
);
433
(info->
fPrecision
== -1 && info->fZero) ? info->fWidth : info->
fPrecision
);
468
info->
fPrecision
== -1 && info->fZero ? info->fWidth : info->fPrecision)
[
all
...]
uprintf.h
34
int32_t
fPrecision
; /* Precision */
/external/skia/src/gpu/glsl/
GrGLSLVarying.cpp
49
v.
fPrecision
= precision;
77
attr.
fPrecision
));
115
v.
fPrecision
, nullptr, modifier);
118
GrShaderVar::kUnsizedArray, v.
fPrecision
, nullptr,
126
v.fGsOut, v.
fPrecision
, nullptr, modifier);
130
v.
fPrecision
, nullptr, modifier);
GrGLSLVarying.h
147
GrSLPrecision
fPrecision
;
GrGLSLShaderVar.h
167
SkASSERT(kDefault_GrSLPrecision ==
fPrecision
|| GrSLTypeIsNumeric(fType));
178
out->append(PrecisionString(glslCaps,
fPrecision
));
/external/skia/src/effects/
SkBlurMaskFilter.cpp
649
GrSLPrecision precision() const { return
fPrecision
; }
653
GrSLPrecision
fPrecision
);
668
GrSLPrecision
fPrecision
;
811
,
fPrecision
(precision) {
[
all
...]
Completed in 672 milliseconds