Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1101 GLNormal3b, enumerator
Dentry_points_enum_autogen.cpp2187 case EntryPoint::GLNormal3b: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp3180 EVENT(context, GLNormal3b, "context = %d, nx = %d, ny = %d, nz = %d", CID(context), nx, ny, nz); in GL_Normal3b()
3189 angle::EntryPoint::GLNormal3b) && in GL_Normal3b()
3190 ValidateNormal3b(context, angle::EntryPoint::GLNormal3b, nx, ny, nz))); in GL_Normal3b()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp2191 return CallCapture(angle::EntryPoint::GLNormal3b, std::move(paramBuffer)); in CaptureNormal3b()