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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
RenderStateCache.h 37 gl::Error getBlendState(const gl::Framebuffer *framebuffer, const gl::BlendState &blendState, ID3D11BlendState **outBlendState);
50 gl::BlendState blendState;
53 static std::size_t hashBlendState(const BlendStateKey &blendState);
Clear11.cpp 361 ID3D11BlendState *blendState = getBlendState(maskedClearRenderTargets);
418 deviceContext->OMSetBlendState(blendState, blendFactors, sampleMask);
490 ID3D11BlendState* blendState = NULL;
491 HRESULT result = device->CreateBlendState(&blendDesc, &blendState);
492 if (FAILED(result) || !blendState)
498 mClearBlendStates[blendKey] = blendState;
500 return blendState;

Completed in 1039 milliseconds