Home
last modified time | relevance | path

Searched refs:FloatValues (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexAttribute.inc15 Values.FloatValues[0] = 0.0f;
16 Values.FloatValues[1] = 0.0f;
17 Values.FloatValues[2] = 0.0f;
18 Values.FloatValues[3] = 1.0f;
25 Values.FloatValues[valueIndex] = floatValues[valueIndex];
DVertexAttribute.h119 GLfloat FloatValues[4]; member
Dqueryutils.cpp1589 QueryVertexAttribBase(attrib, binding, currentValueData.Values.FloatValues, pname, params); in QueryVertexAttribfv()
1598 QueryVertexAttribBase(attrib, binding, currentValueData.Values.FloatValues, pname, params); in QueryVertexAttribiv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp204 data.Values.FloatValues[0] = std::numeric_limits<float>::quiet_NaN(); in CurrentValueState()
205 data.Values.FloatValues[1] = std::numeric_limits<float>::quiet_NaN(); in CurrentValueState()
206 data.Values.FloatValues[2] = std::numeric_limits<float>::quiet_NaN(); in CurrentValueState()
207 data.Values.FloatValues[3] = std::numeric_limits<float>::quiet_NaN(); in CurrentValueState()
607 reinterpret_cast<const uint8_t *>(currentValue.Values.FloatValues); in storeCurrentValue()
/third_party/spirv-tools/test/
Dtext_to_binary_test.cpp201 FloatValues, TextToBinaryFloatValueTest,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary_test.cpp201 FloatValues, TextToBinaryFloatValueTest,
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary_test.cpp201 FloatValues, TextToBinaryFloatValueTest,
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp473 json->addScalar("0", vertexAttribCurrentValueData.Values.FloatValues[0]); in SerializeVertexAttribCurrentValueData()
474 json->addScalar("1", vertexAttribCurrentValueData.Values.FloatValues[1]); in SerializeVertexAttribCurrentValueData()
475 json->addScalar("2", vertexAttribCurrentValueData.Values.FloatValues[2]); in SerializeVertexAttribCurrentValueData()
476 json->addScalar("3", vertexAttribCurrentValueData.Values.FloatValues[3]); in SerializeVertexAttribCurrentValueData()
DFrameCapture.cpp1593 return currentValue.Values.FloatValues[0] == 0.0f && in IsDefaultCurrentValue()
1594 currentValue.Values.FloatValues[1] == 0.0f && in IsDefaultCurrentValue()
1595 currentValue.Values.FloatValues[2] == 0.0f && currentValue.Values.FloatValues[3] == 1.0f; in IsDefaultCurrentValue()
2543 defaultValue.Values.FloatValues)); in CaptureDefaultVertexAttribs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1070 mVertexAttribCurrentValues[index].Values.FloatValues); in setAttributeCurrentData()