Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DBlendStateExt_unittest.cpp42 const gl::BlendStateExt blendStateExt = gl::BlendStateExt(c); in TEST() local
91 gl::BlendStateExt blendStateExt = gl::BlendStateExt(c); in TEST() local
158 gl::BlendStateExt blendStateExt = gl::BlendStateExt(c); in TEST() local
206 gl::BlendStateExt blendStateExt = gl::BlendStateExt(7); in TEST() local
245 gl::BlendStateExt blendStateExt = gl::BlendStateExt(8); in TEST() local
DvalidationES.cpp4217 const BlendStateExt &blendStateExt = state.getBlendStateExt(); in ValidateDrawStates() local
DContext.cpp462 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()
121 const gl::BlendStateExt &blendStateExt = key.blendStateExt; in getBlendState() local
Drenderer11_utils.h152 gl::BlendStateExt blendStateExt; member
DStateManager11.cpp951 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() local
966 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() local
1251 const gl::BlendStateExt &blendStateExt, in syncBlendState()
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1314 void StateManagerGL::setBlendFuncs(const gl::BlendStateExt &blendStateExt) in setBlendFuncs()
1402 void StateManagerGL::setBlendEquations(const gl::BlendStateExt &blendStateExt) in setBlendEquations()
2466 void StateManagerGL::setColorMaskForFramebuffer(const gl::BlendStateExt &blendStateExt, in setColorMaskForFramebuffer()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp274 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in GetColorAccess() local
4716 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in updateColorMasks() local
4746 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in updateBlendFuncsAndEquations() local
6826 const gl::BlendStateExt &blendStateExt = mState.getBlendStateExt(); in handleDirtyGraphicsDriverUniforms() local
Dvk_cache_utils.cpp4018 const gl::BlendStateExt &blendStateExt, in updateBlendEquations()
4037 const gl::BlendStateExt &blendStateExt, in updateBlendFuncs()
4059 const gl::BlendStateExt &blendStateExt, in resetBlendFuncsAndEquations()
Dvk_helpers.cpp2580 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in invalidateRenderPassColorAttachment() local
/external/angle/src/libANGLE/capture/
Dserialize.cpp433 void SerializeBlendStateExt(JsonSerializer *json, const gl::BlendStateExt &blendStateExt) in SerializeBlendStateExt()