Home
last modified time | relevance | path

Searched refs:TypePrecision (Results 1 – 4 of 4) 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/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",