Searched refs:GLDrawTexsvOES (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/common/ |
D | utilities.cpp | 1427 case EntryPoint::GLDrawTexsvOES: in IsDrawEntryPoint()
|
D | entry_points_enum_autogen.h | 539 GLDrawTexsvOES, enumerator
|
D | entry_points_enum_autogen.cpp | 1063 case EntryPoint::GLDrawTexsvOES: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 11303 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/ |
D | frame_capture_replay_autogen.cpp | 889 case angle::EntryPoint::GLDrawTexsvOES: in ReplayTraceFunctionCall()
|
D | trace_interpreter_autogen.cpp | 1999 return CallCapture(EntryPoint::GLDrawTexsvOES, std::move(params)); in ParseCallCapture()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_ext_autogen.cpp | 10273 return CallCapture(angle::EntryPoint::GLDrawTexsvOES, std::move(paramBuffer)); in CaptureDrawTexsvOES()
|