Home
last modified time | relevance | path

Searched defs:blendStateExt (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DBlendStateExt_unittest.cpp42 const gl::BlendStateExt blendStateExt = gl::BlendStateExt(c); in TEST() local
93 gl::BlendStateExt blendStateExt = gl::BlendStateExt(c); in TEST() local
160 gl::BlendStateExt blendStateExt = gl::BlendStateExt(c); in TEST() local
208 gl::BlendStateExt blendStateExt = gl::BlendStateExt(7); in TEST() local
247 gl::BlendStateExt blendStateExt = gl::BlendStateExt(8); in TEST() local
H A DvalidationES.cpp490 const auto &blendStateExt = glState.getBlendStateExt(); in ValidateFragmentShaderColorBufferMaskMatch() local
4339 const BlendStateExt &blendStateExt = state.getBlendStateExt(); in ValidateDrawStates() local
H A DContext.cpp419 bool IsColorMaskedOut(const BlendStateExt &blendStateExt, const GLint drawbuffer) in IsColorMaskedOut()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderStateCache.cpp48 const gl::BlendStateExt &blendStateExt, in GetBlendStateKey()
149 const gl::BlendStateExt &blendStateExt = key.blendStateExt; in getBlendState() local
H A Drenderer11_utils.h152 gl::BlendStateExt blendStateExt; member
H A DStateManager11.cpp964 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() local
979 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() local
1272 const gl::BlendStateExt &blendStateExt, in syncBlendState()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp1374 void StateManagerGL::setBlendFuncs(const gl::BlendStateExt &blendStateExt) in setBlendFuncs()
1464 void StateManagerGL::setBlendEquations(const gl::BlendStateExt &blendStateExt) in setBlendEquations()
2587 void StateManagerGL::setColorMaskForFramebuffer(const gl::BlendStateExt &blendStateExt, in setColorMaskForFramebuffer()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp287 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in GetColorAccess() local
4969 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in updateColorMasks() local
5003 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in updateBlendFuncsAndEquations() local
7173 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in handleDirtyGraphicsDriverUniforms() local
H A Dvk_cache_utils.cpp4414 const gl::BlendStateExt &blendStateExt, in updateBlendEquations()
4433 const gl::BlendStateExt &blendStateExt, in updateBlendFuncs()
4455 const gl::BlendStateExt &blendStateExt, in resetBlendFuncsAndEquations()
H A Dvk_helpers.cpp3144 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in invalidateRenderPassColorAttachment() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp611 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in syncState() local
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp432 void SerializeBlendStateExt(JsonSerializer *json, const gl::BlendStateExt &blendStateExt) in SerializeBlendStateExt()