Home | History | Annotate | Download | only in d3d9

Lines Matching refs:FAILED

67         if (FAILED(result))
69 ERR("Failed to create an index buffer of size %u, result: 0x%08x.", mBufferSize, result);
95 if (FAILED(result))
97 ERR("Index buffer lock failed with error 0x%08x", result);
116 if (FAILED(result))
118 ERR("Index buffer unlock failed with error 0x%08x", result);
161 if (FAILED(result))
163 ERR("Discard lock failed with error 0x%08x", result);
168 if (FAILED(result))
170 ERR("Discard unlock failed with error 0x%08x", result);