Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.h809 struct TypePrecision struct
811 TypePrecision();
812 TypePrecision(const TypePrecision &other);
814 TypePrecision &operator=(const TypePrecision &other); argument
880 TypePrecision vertexHighpFloat;
881 TypePrecision vertexMediumpFloat;
882 TypePrecision vertexLowpFloat;
883 TypePrecision vertexHighpInt;
884 TypePrecision vertexMediumpInt;
885 TypePrecision vertexLowpInt;
[all …]
DCaps.cpp1130 TypePrecision::TypePrecision() = default;
1132 TypePrecision::TypePrecision(const TypePrecision &other) = default;
1134 TypePrecision &TypePrecision::operator=(const TypePrecision &other) = default;
1136 void TypePrecision::setIEEEFloat() in setIEEEFloat()
1142 void TypePrecision::setTwosComplementInt(unsigned int bits) in setTwosComplementInt()
1148 void TypePrecision::setSimulatedFloat(unsigned int r, unsigned int p) in setSimulatedFloat()
1154 void TypePrecision::setSimulatedInt(unsigned int r) in setSimulatedInt()
1160 void TypePrecision::get(GLint *returnRange, GLint *returnPrecision) const in get()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp618 static gl::TypePrecision QueryTypePrecision(const FunctionsGL *functions, in QueryTypePrecision()
622 gl::TypePrecision precision; in QueryTypePrecision()
/external/skia/gn/
Dsksl_tests.gni550 "/sksl/glsl/TypePrecision.sksl",