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/d3d11/
RenderStateCache.h 33 ID3D11BlendState *getBlendState(const gl::Framebuffer *framebuffer, const gl::BlendState &blendState);
46 gl::BlendState blendState;
49 static std::size_t hashBlendState(const BlendStateKey &blendState);
Clear11.cpp 369 ID3D11BlendState *blendState = getBlendState(clearParams, maskedClearRenderTargets);
427 deviceContext->OMSetBlendState(blendState, blendFactors, sampleMask);
498 ID3D11BlendState* blendState = NULL;
499 HRESULT result = device->CreateBlendState(&blendDesc, &blendState);
500 if (FAILED(result) || !blendState)
506 mClearBlendStates[blendKey] = blendState;
508 return blendState;

Completed in 149 milliseconds