Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h1388 GLTexGenfOES, enumerator
Dentry_points_enum_autogen.cpp2761 case EntryPoint::GLTexGenfOES: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp10914 EVENT(context, GLTexGenfOES, "context = %d, coord = %s, pname = %s, param = %f", CID(context), in GL_TexGenfOES()
10923 ValidateTexGenfOES(context, angle::EntryPoint::GLTexGenfOES, coord, pname, param)); in GL_TexGenfOES()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_ext_autogen.cpp10662 return CallCapture(angle::EntryPoint::GLTexGenfOES, std::move(paramBuffer)); in CaptureTexGenfOES()