Searched defs:blendFunc (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 581 Function* blendFunc = Function::Create( in Create() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 181 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/ |
D | webgl.js | 439 blendFunc: function (...args) { method
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrGLContext.cpp | 565 void GLContext::blendFunc (deUint32 src, deUint32 dst) in blendFunc() function in sglr::GLContext
|
D | sglrReferenceContext.cpp | 2951 void ReferenceContext::blendFunc (deUint32 src, deUint32 dst) in blendFunc() function in sglr::ReferenceContext
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 42 glBlendFuncFunc blendFunc; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 4655 void Context::blendFunc(GLenum sfactor, GLenum dfactor) in blendFunc() function in gl::Context
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 5425 void Context::blendFunc(GLenum sfactor, GLenum dfactor) in blendFunc() function in gl::Context
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 4790 blendFunc(sfactor: GLenum, dfactor: GLenum): void; method
|
D | lib.dom.d.ts | 17821 blendFunc(sfactor: GLenum, dfactor: GLenum): void; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 4770 blendFunc(sfactor: GLenum, dfactor: GLenum): void; method
|
D | dom.generated.d.ts | 17801 blendFunc(sfactor: GLenum, dfactor: GLenum): void; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 15014 blendFunc(sfactor: number, dfactor: number): void; method
|