Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h1397 GLTexCoord2s, enumerator
Dentry_points_enum_autogen.cpp2779 case EntryPoint::GLTexCoord2s: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp5245 EVENT(context, GLTexCoord2s, "context = %d, s = %d, t = %d", CID(context), s, t); in GL_TexCoord2s()
5254 angle::EntryPoint::GLTexCoord2s) && in GL_TexCoord2s()
5255 ValidateTexCoord2s(context, angle::EntryPoint::GLTexCoord2s, s, t))); in GL_TexCoord2s()
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp3530 return CallCapture(angle::EntryPoint::GLTexCoord2s, std::move(paramBuffer)); in CaptureTexCoord2s()