Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dangletypes_unittest.cpp22 void checkInitState(const gl::BlendStateExt &blendStateExt) in checkInitState()
49 const gl::BlendStateExt blendStateExt = gl::BlendStateExt(1); in TEST() local
59 const gl::BlendStateExt blendStateExt = gl::BlendStateExt(4); in TEST() local
69 const gl::BlendStateExt blendStateExt = gl::BlendStateExt(8); in TEST() local
82 gl::BlendStateExt blendStateExt = gl::BlendStateExt(3); in TEST() local
94 gl::BlendStateExt blendStateExt = gl::BlendStateExt(5); in TEST() local
126 gl::BlendStateExt blendStateExt = gl::BlendStateExt(7); in TEST() local
165 gl::BlendStateExt blendStateExt = gl::BlendStateExt(8); in TEST() local
DContext.cpp295 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.h151 gl::BlendStateExt blendStateExt; member
DStateManager11.cpp955 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() local
970 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() local
1232 const gl::BlendStateExt &blendStateExt, in syncBlendState()
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1230 void StateManagerGL::setBlendFuncs(const gl::BlendStateExt &blendStateExt) in setBlendFuncs()
1320 void StateManagerGL::setBlendEquations(const gl::BlendStateExt &blendStateExt) in setBlendEquations()
2240 void StateManagerGL::setColorMaskForFramebuffer(const gl::BlendStateExt &blendStateExt, in setColorMaskForFramebuffer()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp531 void SerializeBlendStateExt(JsonSerializer *json, const gl::BlendStateExt &blendStateExt) in SerializeBlendStateExt()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp2270 const gl::BlendStateExt &blendStateExt) in updateBlendEquations()
2289 const gl::BlendStateExt &blendStateExt) in updateBlendFuncs()
DContextVk.cpp3188 void ContextVk::updateColorMasks(const gl::BlendStateExt &blendStateExt) in updateColorMasks()