Searched refs:getBlendStateExt (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | FramebufferD3D.cpp | 73 clearParams.colorMask = state.getBlendStateExt().mColorMask; in GetClearParameters()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 964 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() 979 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() 995 if (state.getBlendStateExt().mEnabledMask != mCurBlendStateExt.mEnabledMask) in syncState() 1015 if (state.getBlendStateExt().mColorMask != mCurBlendStateExt.mColorMask) in syncState() 2317 context, glState.getBlendStateExt(), glState.getBlendColor(), sampleMask, in updateState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 1850 setBlendFuncs(state.getBlendStateExt()); in syncState() 1855 setBlendEquations(state.getBlendStateExt()); in syncState() 1865 setColorMaskForFramebuffer(state.getBlendStateExt(), disableAlphaWrite); in syncState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 3394 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in updateColorMasks() 3406 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in updateBlendFuncsAndEquations() 3734 glState.getBlendStateExt().mEnabledMask); in syncState() 3742 &mGraphicsPipelineTransition, glState.getBlendStateExt(), in syncState() 3747 &mGraphicsPipelineTransition, glState.getBlendStateExt(), in syncState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.h | 138 const BlendStateExt &getBlendStateExt() const { return mBlendStateExt; } in getBlendStateExt() function
|
D | Context.cpp | 4293 return IsColorMaskedOut(mState.getBlendStateExt(), drawbuffer); in isClearBufferMaskedOut()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ContextMtl.mm | 939 updateBlendDescArray(glState.getBlendStateExt()); 943 const gl::BlendStateExt &blendStateExt = glState.getBlendStateExt();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 547 SerializeBlendStateExt(json, state.getBlendStateExt()); in SerializeContextState()
|