Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/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
DFramebuffer.cpp266 bool IsColorMaskedOut(const BlendStateExt &blendStateExt, const GLint drawbuffer) in IsColorMaskedOut()
/device/generic/vulkan-cereal/third-party/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.cpp954 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() local
969 const gl::BlendStateExt &blendStateExt = state.getBlendStateExt(); in syncState() local
1231 const gl::BlendStateExt &blendStateExt, in syncBlendState()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1140 void StateManagerGL::setBlendFuncs(const gl::BlendStateExt &blendStateExt) in setBlendFuncs()
1230 void StateManagerGL::setBlendEquations(const gl::BlendStateExt &blendStateExt) in setBlendEquations()
2114 void StateManagerGL::setColorMaskForFramebuffer(const gl::BlendStateExt &blendStateExt, in setColorMaskForFramebuffer()