Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
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
DvalidationES.cpp490 const auto &blendStateExt = glState.getBlendStateExt(); in ValidateFragmentShaderColorBufferMaskMatch() local
4287 const BlendStateExt &blendStateExt = state.getBlendStateExt(); in ValidateDrawStates() local
DContext.cpp421 bool IsColorMaskedOut(const BlendStateExt &blendStateExt, const GLint drawbuffer) in IsColorMaskedOut()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp48 const gl::BlendStateExt &blendStateExt, in GetBlendStateKey()
149 const gl::BlendStateExt &blendStateExt = key.blendStateExt; in getBlendState() local
Drenderer11_utils.h152 gl::BlendStateExt blendStateExt; member
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()
/external/angle/src/libANGLE/renderer/gl/
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()
/external/angle/src/libANGLE/renderer/wgpu/
DContextWgpu.cpp601 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in syncState() local
647 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in syncState() local
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp297 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in GetColorAccess() local
4886 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in updateColorMasks() local
4929 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in updateBlendFuncsAndEquations() local
7121 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in handleDirtyGraphicsDriverUniforms() local
Dvk_cache_utils.cpp4449 const gl::BlendStateExt &blendStateExt, in updateBlendEquations()
4468 const gl::BlendStateExt &blendStateExt, in updateBlendFuncs()
4490 const gl::BlendStateExt &blendStateExt, in resetBlendFuncsAndEquations()
Dvk_helpers.cpp3221 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in invalidateRenderPassColorAttachment() local
/external/angle/src/libANGLE/capture/
Dserialize.cpp432 void SerializeBlendStateExt(JsonSerializer *json, const gl::BlendStateExt &blendStateExt) in SerializeBlendStateExt()