Home
last modified time | relevance | path

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

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js136 'blendEquationSeparate': {2: { 0:true, 1:true }}, property
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp560 void GLContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp2904 void ReferenceContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl38 glBlendEquationSeparateFunc blendEquationSeparate; variable
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java549 public final native void blendEquationSeparate (int modeRGB, int modeAlpha) /*-{ in blendEquationSeparate() method in WebGLRenderingContext