Home
last modified time | relevance | path

Searched refs:property_data (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/base/x/
Dx11_util.cc708 unsigned char* property_data = NULL; in GetRawBytesOfProperty() local
712 &nitems, &nbytes, &property_data) != Success) { in GetRawBytesOfProperty()
742 *out_data = new XRefcountedMemory(property_data, bytes); in GetRawBytesOfProperty()
744 XFree(property_data); in GetRawBytesOfProperty()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c1290 struct tgsi_property_data property_data; in tgsi_build_property_data() local
1292 property_data.Data = value; in tgsi_build_property_data()
1296 return property_data; in tgsi_build_property_data()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_build.c1290 struct tgsi_property_data property_data; in tgsi_build_property_data() local
1292 property_data.Data = value; in tgsi_build_property_data()
1296 return property_data; in tgsi_build_property_data()