Searched refs:GLBindVertexArray (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 278 GLBindVertexArray, enumerator
|
D | entry_points_enum_autogen.cpp | 541 case EntryPoint::GLBindVertexArray: in GetEntryPointName()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 4516 Capture(&resetCalls[angle::EntryPoint::GLBindVertexArray], in CaptureMidExecutionSetup() 7318 case EntryPoint::GLBindVertexArray: in maybeCapturePreCallUpdates() 7324 EntryPoint::GLBindVertexArray); in maybeCapturePreCallUpdates() 8309 case angle::EntryPoint::GLBindVertexArray: in setDefaultResetCalls() 8314 Capture(&mResetCalls[angle::EntryPoint::GLBindVertexArray], in setDefaultResetCalls()
|
D | capture_gles_3_0_autogen.cpp | 116 return CallCapture(angle::EntryPoint::GLBindVertexArray, std::move(paramBuffer)); in CaptureBindVertexArray()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 207 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray() 215 ValidateBindVertexArray(context, angle::EntryPoint::GLBindVertexArray, arrayPacked)); in GL_BindVertexArray()
|
/external/angle/util/capture/ |
D | frame_capture_replay_autogen.cpp | 138 case angle::EntryPoint::GLBindVertexArray: in ReplayTraceFunctionCall()
|
D | trace_interpreter_autogen.cpp | 970 return CallCapture(EntryPoint::GLBindVertexArray, std::move(params)); in ParseCallCapture()
|