Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js435 blendEquationSeparate: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp560 void GLContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp2941 void ReferenceContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::ReferenceContext
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h156 PFNGLBLENDEQUATIONSEPARATEPROC blendEquationSeparate = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h156 PFNGLBLENDEQUATIONSEPARATEPROC blendEquationSeparate = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl39 glBlendEquationSeparateFunc blendEquationSeparate; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp4650 void Context::blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparate() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5415 void Context::blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparate() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4789 blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void; method
Dlib.dom.d.ts17820 blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4769 blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void; method
Ddom.generated.d.ts17800 blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15013 blendEquationSeparate(modeRGB: number, modeAlpha: number): void; method