Home
last modified time | relevance | path

Searched refs:UnsignedIntValues (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexAttribute.inc43 Values.UnsignedIntValues[valueIndex] = unsignedIntValues[valueIndex];
DVertexAttribute.h121 GLuint UnsignedIntValues[4]; member
Dqueryutils.cpp1630 QueryVertexAttribBase(attrib, binding, currentValueData.Values.UnsignedIntValues, pname, in QueryVertexAttribIuiv()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp487 json->addScalar("0", vertexAttribCurrentValueData.Values.UnsignedIntValues[0]); in SerializeVertexAttribCurrentValueData()
488 json->addScalar("1", vertexAttribCurrentValueData.Values.UnsignedIntValues[1]); in SerializeVertexAttribCurrentValueData()
489 json->addScalar("2", vertexAttribCurrentValueData.Values.UnsignedIntValues[2]); in SerializeVertexAttribCurrentValueData()
490 json->addScalar("3", vertexAttribCurrentValueData.Values.UnsignedIntValues[3]); in SerializeVertexAttribCurrentValueData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1079 mVertexAttribCurrentValues[index].Values.UnsignedIntValues); in setAttributeCurrentData()