Searched refs:GLIsVertexArray (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/ |
D | entry_points_enum_autogen.h | 739 GLIsVertexArray, enumerator
|
D | entry_points_enum_autogen.cpp | 1463 case EntryPoint::GLIsVertexArray: in GetEntryPointName()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 2073 EVENT(context, GLIsVertexArray, "context = %d, array = %u", CID(context), array); in GL_IsVertexArray() 2082 ValidateIsVertexArray(context, angle::EntryPoint::GLIsVertexArray, arrayPacked)); in GL_IsVertexArray() 2089 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsVertexArray, GLboolean>(); in GL_IsVertexArray() 2096 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLIsVertexArray, GLboolean>(); in GL_IsVertexArray()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_0_autogen.cpp | 1810 return CallCapture(angle::EntryPoint::GLIsVertexArray, std::move(paramBuffer)); in CaptureIsVertexArray()
|
/external/angle/util/capture/ |
D | frame_capture_replay_autogen.cpp | 2233 case angle::EntryPoint::GLIsVertexArray: in ReplayTraceFunctionCall()
|
D | trace_interpreter_autogen.cpp | 4006 return CallCapture(EntryPoint::GLIsVertexArray, std::move(params)); in ParseCallCapture()
|