Home
last modified time | relevance | path

Searched refs:BindVertexArray (Results 1 – 14 of 14) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_3_0_autogen.h29 ANGLE_EXPORT void GL_APIENTRY BindVertexArray(GLuint array);
Dentry_points_gl_3_0_autogen.cpp181 void GL_APIENTRY BindVertexArray(GLuint array) in BindVertexArray() function
196 ANGLE_CAPTURE(BindVertexArray, isCallValid, context, arrayPacked); in BindVertexArray()
Dproc_table_wgl_autogen.cpp72 {"glBindVertexArray", P(gl::BindVertexArray)},
DlibGL_autogen.cpp3082 return gl::BindVertexArray(array); in glBindVertexArray()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.h26 ANGLE_EXPORT void GL_APIENTRY BindVertexArray(GLuint array);
Dentry_points_gles_3_0_autogen.cpp153 void GL_APIENTRY BindVertexArray(GLuint array) in BindVertexArray() function
168 ANGLE_CAPTURE(BindVertexArray, isCallValid, context, arrayPacked); in BindVertexArray()
Dproc_table_egl_autogen.cpp176 {"glBindVertexArray", P(gl::BindVertexArray)},
DlibGLESv2_autogen.cpp883 return gl::BindVertexArray(array); in glBindVertexArray()
Dentry_points_gles_ext_autogen.cpp7836 ANGLE_CAPTURE(BindVertexArray, isCallValid, context, arrayPacked); in BindVertexArrayContextANGLE()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h56 BindVertexArray, enumerator
Dentry_points_enum_autogen.cpp97 case EntryPoint::BindVertexArray: in GetEntryPointName()
Dcapture_gles_3_0_autogen.cpp117 return CallCapture(gl::EntryPoint::BindVertexArray, std::move(paramBuffer)); in CaptureBindVertexArray()
Dframe_capture_replay_autogen.cpp157 case gl::EntryPoint::BindVertexArray: in ReplayCall()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/
Dgl_mangle.h103 #define glBindVertexArray MANGLE(BindVertexArray)