OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mstagingsubresource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.h
71
unsigned int
mStagingSubresource
;
Image11.cpp
371
return
mStagingSubresource
;
419
mStagingSubresource
= D3D11CalcSubresource(lodOffset, 0, lodOffset + 1);
432
result = deviceContext->Map(mStagingTexture,
mStagingSubresource
, mapType, 0, map);
453
deviceContext->Unmap(mStagingTexture,
mStagingSubresource
);
Completed in 494 milliseconds