Home
last modified time | relevance | path

Searched refs:getBlendStateExt (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp73 clearParams.colorMask = state.getBlendStateExt().mColorMask; in GetClearParameters()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp964 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/
DStateManagerGL.cpp1850 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/
DContextVk.cpp3394 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/
DState.h138 const BlendStateExt &getBlendStateExt() const { return mBlendStateExt; } in getBlendStateExt() function
DContext.cpp4293 return IsColorMaskedOut(mState.getBlendStateExt(), drawbuffer); in isClearBufferMaskedOut()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DContextMtl.mm939 updateBlendDescArray(glState.getBlendStateExt());
943 const gl::BlendStateExt &blendStateExt = glState.getBlendStateExt();
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp547 SerializeBlendStateExt(json, state.getBlendStateExt()); in SerializeContextState()