Searched defs:subresourceIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DImage11.cpp287 unsigned int subresourceIndex = 0; local
289 if (mRenderer->getRenderTargetResource(colorbuffer, &subresourceIndex, &colorBufferTexture))
320 deviceContext->ResolveSubresource(srcTex, 0, colorBufferTexture, subresourceIndex, textureDesc.Format);
321 subresourceIndex = 0;
337 deviceContext->CopySubresourceRegion(mStagingTexture, 0, xoffset, yoffset, 0, srcTex, subresourceIndex, &srcBox);
H A DRenderer11.cpp2872 bool Renderer11::getRenderTargetResource(gl::Renderbuffer *colorbuffer, unsigned int *subresourceIndex, ID3D11Texture2D **resource) argument
2879 *subresourceIndex = renderTarget->getSubresourceIndex();
2978 unsigned int subresourceIndex = 0; local
2982 if (colorbuffer && getRenderTargetResource(colorbuffer, &subresourceIndex, &colorBufferTexture))
2990 readTextureData(colorBufferTexture, subresourceIndex, area, format, type, outputPitch,

Completed in 141 milliseconds