Home
last modified time | relevance | path

Searched defs:blendFunc (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp581 Function* blendFunc = Function::Create( in Create() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc; member
223 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState() local
267 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setIndexedBlendState() local
1092 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in logBlendState() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js439 blendFunc: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp565 void GLContext::blendFunc (deUint32 src, deUint32 dst) in blendFunc() function in sglr::GLContext
DsglrReferenceContext.cpp2951 void ReferenceContext::blendFunc (deUint32 src, deUint32 dst) in blendFunc() function in sglr::ReferenceContext
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl42 glBlendFuncFunc blendFunc; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp4655 void Context::blendFunc(GLenum sfactor, GLenum dfactor) in blendFunc() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5425 void Context::blendFunc(GLenum sfactor, GLenum dfactor) in blendFunc() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4790 blendFunc(sfactor: GLenum, dfactor: GLenum): void; method
Dlib.dom.d.ts17821 blendFunc(sfactor: GLenum, dfactor: GLenum): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4770 blendFunc(sfactor: GLenum, dfactor: GLenum): void; method
Ddom.generated.d.ts17801 blendFunc(sfactor: GLenum, dfactor: GLenum): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15014 blendFunc(sfactor: number, dfactor: number): void; method