Home
last modified time | relevance | path

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

/external/angle/src/common/
Dutilities.cpp1427 case EntryPoint::GLDrawTexsvOES: in IsDrawEntryPoint()
Dentry_points_enum_autogen.h539 GLDrawTexsvOES, enumerator
Dentry_points_enum_autogen.cpp1063 case EntryPoint::GLDrawTexsvOES: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp11303 EVENT(context, GLDrawTexsvOES, "context = %d, coords = 0x%016" PRIxPTR "", CID(context), in GL_DrawTexsvOES()
11313 angle::EntryPoint::GLDrawTexsvOES) && in GL_DrawTexsvOES()
11314 ValidateDrawTexsvOES(context, angle::EntryPoint::GLDrawTexsvOES, coords))); in GL_DrawTexsvOES()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp889 case angle::EntryPoint::GLDrawTexsvOES: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp1999 return CallCapture(EntryPoint::GLDrawTexsvOES, std::move(params)); in ParseCallCapture()
/external/angle/src/libANGLE/capture/
Dcapture_gles_ext_autogen.cpp10273 return CallCapture(angle::EntryPoint::GLDrawTexsvOES, std::move(paramBuffer)); in CaptureDrawTexsvOES()