Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp560 void GLContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp2943 void ReferenceContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::ReferenceContext
/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/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5419 void Context::blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparate() function in gl::Context
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4890 blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void; method
Ddom.generated.d.ts16137 blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void; method
/third_party/typescript/lib/
Dlib.webworker.d.ts4910 blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void; method
Dlib.dom.d.ts16157 blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15013 blendEquationSeparate(modeRGB: number, modeAlpha: number): void; method