Searched refs:INPUTTYPE_DOUBLE (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.hpp | 65 INPUTTYPE_DOUBLE, enumerator
|
H A D | glsVertexArrayTests.cpp | 84 "double", // INPUTTYPE_DOUBLE in inputTypeToString() 177 (int)sizeof(double), // INPUTTYPE_DOUBLE in inputTypeSize() 201 if (type == Array::INPUTTYPE_DOUBLE) in inputTypeIsFloatType() 604 GL_DOUBLE, // INPUTTYPE_DOUBLE in inputTypeToGL() 1158 rangesHi[(int)Array::INPUTTYPE_DOUBLE] = GLValue(Double::create(127.0f)); in getMaxValue() 1176 rangesLo[(int)Array::INPUTTYPE_DOUBLE] = GLValue(Double::create(-127.0f)); in getMinValue() 1223 case Array::INPUTTYPE_DOUBLE: in toFloat() 1258 case Array::INPUTTYPE_DOUBLE: in setData() 1355 case Array::INPUTTYPE_DOUBLE: in generateQuads() 1596 case Array::INPUTTYPE_DOUBLE in generatePerQuad() [all...] |
H A D | glsVertexArrayTests.hpp | 69 INPUTTYPE_DOUBLE, enumerator 395 explicit GLValue (Double value) : type(Array::INPUTTYPE_DOUBLE), d(value) {} in GLValue()
|
H A D | glsDrawTest.cpp | 118 GL_DOUBLE, // INPUTTYPE_DOUBLE in inputTypeToGL() 198 if (type == DrawTestSpec::INPUTTYPE_DOUBLE) in inputTypeIsFloatType() 541 explicit GLValue (Double value) : type(DrawTestSpec::INPUTTYPE_DOUBLE), d(value) {} in GLValue() 612 case DrawTestSpec::INPUTTYPE_DOUBLE: in toFloat() 626 rangesHi[(int)DrawTestSpec::INPUTTYPE_DOUBLE] = GLValue(Double::create(127.0f)); in getMaxValue() 644 rangesLo[(int)DrawTestSpec::INPUTTYPE_DOUBLE] = GLValue(Double::create(-127.0f)); in getMinValue() 661 template<> struct GLValueTypeTraits<GLValue::Double> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_DOUBLE; }; 1560 case DrawTestSpec::INPUTTYPE_DOUBLE: return createBasicArray<double, GLValue::Double>(seed, elementCount, componentCount, offset, stride); in generateBasicArray() 2274 "double", // INPUTTYPE_DOUBLE in inputTypeToString() 2405 (int)sizeof(double), // INPUTTYPE_DOUBLE in inputTypeSize() [all...] |
Completed in 10 milliseconds