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

/external/chromium_org/ui/base/x/
H A Dx11_util.cc743 unsigned char* property_data = NULL; local
747 &nitems, &nbytes, &property_data) != Success) {
774 *out_data = new XRefcountedMemory(property_data, bytes);
776 XFree(property_data);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c1290 struct tgsi_property_data property_data; local
1292 property_data.Data = value;
1296 return property_data;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c1290 struct tgsi_property_data property_data; local
1292 property_data.Data = value;
1296 return property_data;

Completed in 177 milliseconds