Home
last modified time | relevance | path

Searched refs:blendEquationSeparate (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_2_0_autogen.h23 void blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha); \
Dframe_capture_replay_autogen.cpp181 context->blendEquationSeparate( in ReplayCall()
DContext.cpp4656 void Context::blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) in blendEquationSeparate() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp162 ASSIGN("glBlendEquationSeparate", blendEquationSeparate); in initProcsDesktopGL()
1611 ASSIGN("glBlendEquationSeparateEXT", blendEquationSeparate); in initProcsDesktopGL()
1933 ASSIGN("glBlendEquationSeparate", blendEquationSeparate); in initProcsGLES()
2930 blendEquationSeparate = &glBlendEquationSeparateNULL; in initProcsDesktopGLNULL()
4377 blendEquationSeparate = &glBlendEquationSeparateNULL; in initProcsDesktopGLNULL()
4698 blendEquationSeparate = &glBlendEquationSeparateNULL; in initProcsGLESNULL()
DStateManagerGL.cpp1240 mFunctions->blendEquationSeparate(blendStateExt.getEquationColorIndexed(0), in setBlendEquations()
1284 mFunctions->blendEquationSeparate( in setBlendEquations()
DDispatchTableGL_autogen.h156 PFNGLBLENDEQUATIONSEPARATEPROC blendEquationSeparate = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_2_0_autogen.cpp88 context->blendEquationSeparate(modeRGB, modeAlpha); in BlendEquationSeparate()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp220 context->blendEquationSeparate(modeRGB, modeAlpha); in BlendEquationSeparate()
Dentry_points_gles_ext_autogen.cpp7966 context->blendEquationSeparate(modeRGB, modeAlpha); in BlendEquationSeparateContextANGLE()