Home
last modified time | relevance | path

Searched refs:GLColor3s (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/
Dentry_points_enum_autogen.h367 GLColor3s, enumerator
Dentry_points_enum_autogen.cpp719 case EntryPoint::GLColor3s: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp519 EVENT(context, GLColor3s, "context = %d, red = %d, green = %d, blue = %d", CID(context), red, in GL_Color3s()
529 angle::EntryPoint::GLColor3s) && in GL_Color3s()
530 ValidateColor3s(context, angle::EntryPoint::GLColor3s, red, green, blue))); in GL_Color3s()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp341 return CallCapture(angle::EntryPoint::GLColor3s, std::move(paramBuffer)); in CaptureColor3s()