HomeSort by relevance Sort by last modified time
    Searched defs:Blit11 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Blit11.h 7 // Blit11.cpp: Texture copy utility class.
25 class Blit11
28 explicit Blit11(Renderer11 *renderer);
29 ~Blit11();
121 DISALLOW_COPY_AND_ASSIGN(Blit11);
Blit11.cpp 8 // Blit11.cpp: Texture copy utility class.
12 #include "libGLESv2/renderer/d3d11/Blit11.h"
176 Blit11::Blit11(rx::Renderer11 *renderer)
198 d3d11::SetDebugName(mVertexBuffer, "Blit11 vertex buffer");
217 d3d11::SetDebugName(mPointSampler, "Blit11 point sampler");
236 d3d11::SetDebugName(mLinearSampler, "Blit11 linear sampler");
253 d3d11::SetDebugName(mScissorEnabledRasterizerState, "Blit11 scissoring rasterizer state");
258 d3d11::SetDebugName(mScissorDisabledRasterizerState, "Blit11 no scissoring rasterizer state");
278 d3d11::SetDebugName(mDepthStencilState, "Blit11 depth stencil state")
    [all...]

Completed in 198 milliseconds