Home
last modified time | relevance | path

Searched refs:TypePrecision (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h159 struct TypePrecision struct
161 TypePrecision();
162 TypePrecision(const TypePrecision &other);
164 TypePrecision &operator=(const TypePrecision &other); argument
230 TypePrecision vertexHighpFloat;
231 TypePrecision vertexMediumpFloat;
232 TypePrecision vertexLowpFloat;
233 TypePrecision vertexHighpInt;
234 TypePrecision vertexMediumpInt;
235 TypePrecision vertexLowpInt;
[all …]
DCaps.cpp901 TypePrecision::TypePrecision() = default;
903 TypePrecision::TypePrecision(const TypePrecision &other) = default;
905 TypePrecision &TypePrecision::operator=(const TypePrecision &other) = default;
907 void TypePrecision::setIEEEFloat() in setIEEEFloat()
913 void TypePrecision::setTwosComplementInt(unsigned int bits) in setTwosComplementInt()
919 void TypePrecision::setSimulatedFloat(unsigned int r, unsigned int p) in setSimulatedFloat()
925 void TypePrecision::setSimulatedInt(unsigned int r) in setSimulatedInt()
931 void TypePrecision::get(GLint *returnRange, GLint *returnPrecision) const in get()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h577 struct TypePrecision struct
579 TypePrecision();
580 TypePrecision(const TypePrecision &other);
636 TypePrecision vertexHighpFloat;
637 TypePrecision vertexMediumpFloat;
638 TypePrecision vertexLowpFloat;
639 TypePrecision vertexHighpInt;
640 TypePrecision vertexMediumpInt;
641 TypePrecision vertexLowpInt;
642 TypePrecision fragmentHighpFloat;
[all …]
DCaps.cpp857 TypePrecision::TypePrecision() = default;
859 TypePrecision::TypePrecision(const TypePrecision &other) = default;
861 void TypePrecision::setIEEEFloat() in setIEEEFloat()
867 void TypePrecision::setTwosComplementInt(unsigned int bits) in setTwosComplementInt()
873 void TypePrecision::setSimulatedFloat(unsigned int r, unsigned int p) in setSimulatedFloat()
879 void TypePrecision::setSimulatedInt(unsigned int r) in setSimulatedInt()
885 void TypePrecision::get(GLint *returnRange, GLint *returnPrecision) const in get()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp387 static gl::TypePrecision QueryTypePrecision(const FunctionsGL *functions, in QueryTypePrecision()
391 gl::TypePrecision precision; in QueryTypePrecision()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp610 static gl::TypePrecision QueryTypePrecision(const FunctionsGL *functions, in QueryTypePrecision()
614 gl::TypePrecision precision; in QueryTypePrecision()
/third_party/skia/gn/
Dsksl_tests.gni581 "/sksl/glsl/TypePrecision.sksl",