Searched defs:BlendFunc (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp149 enum BlendFunc enum in namespace:rr
199 BlendFunc srcFunc;
200 BlendFunc dstFunc;
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h297 blend_func BlendFunc; member in struct:__anon15317
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp133 struct BlendFunc struct in namespace:deqp::gles31::Functional::__anon4685
135 BlendFunc (deUint32 src_, deUint32 dst_) function in struct:deqp::gles31::Functional::__anon4685::BlendFunc
147 SeparateBlendFunc (BlendFunc rgb_, BlendFunc alpha_)
153 BlendFunc rgb;
154 BlendFunc alpha;
165 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_,
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc;
218 if (blendFunc.is<BlendFunc>())
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp290 void BlendFunc(GLenum sfactor, GLenum dfactor) function in namespace:es1
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h291 void (GLAPIENTRY * BlendFunc)(GLenum, GLenum); member in struct:__GLdispatchTableRec
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp450 void BlendFunc(GLenum sfactor, GLenum dfactor) function in namespace:es2
/external/libmojo/mojo/gpu/
H A Dmojo_gles2_impl_autogen.cc81 void MojoGLES2Impl::BlendFunc(GLenum sfactor, GLenum dfactor) { function in class:mojo::MojoGLES2Impl

Completed in 421 milliseconds