Home
last modified time | relevance | path

Searched refs:GLColorMask (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/common/
Dentry_points_enum_autogen.h392 GLColorMask, enumerator
Dentry_points_enum_autogen.cpp769 case EntryPoint::GLColorMask: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp604 EVENT(context, GLColorMask, "context = %d, red = %s, green = %s, blue = %s, alpha = %s", in GL_ColorMask()
614 angle::EntryPoint::GLColorMask) && in GL_ColorMask()
617 angle::EntryPoint::GLColorMask, red, green, blue, alpha))); in GL_ColorMask()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp5401 Capture(&resetCalls[angle::EntryPoint::GLColorMask], in CaptureMidExecutionSetup()
7610 case EntryPoint::GLColorMask: in maybeCapturePreCallUpdates()
7615 EntryPoint::GLColorMask); in maybeCapturePreCallUpdates()
8572 case angle::EntryPoint::GLColorMask: in setDefaultResetCalls()
8574 Capture(&mResetCalls[angle::EntryPoint::GLColorMask], in setDefaultResetCalls()
Dcapture_gles_2_0_autogen.cpp337 return CallCapture(angle::EntryPoint::GLColorMask, std::move(paramBuffer)); in CaptureColorMask()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp334 case angle::EntryPoint::GLColorMask: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp1263 return CallCapture(EntryPoint::GLColorMask, std::move(params)); in ParseCallCapture()