Searched refs:BindVertexArray (Results 1 – 14 of 14) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_3_0_autogen.h | 29 ANGLE_EXPORT void GL_APIENTRY BindVertexArray(GLuint array);
|
D | entry_points_gl_3_0_autogen.cpp | 181 void GL_APIENTRY BindVertexArray(GLuint array) in BindVertexArray() function 196 ANGLE_CAPTURE(BindVertexArray, isCallValid, context, arrayPacked); in BindVertexArray()
|
D | proc_table_wgl_autogen.cpp | 72 {"glBindVertexArray", P(gl::BindVertexArray)},
|
D | libGL_autogen.cpp | 3082 return gl::BindVertexArray(array); in glBindVertexArray()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.h | 26 ANGLE_EXPORT void GL_APIENTRY BindVertexArray(GLuint array);
|
D | entry_points_gles_3_0_autogen.cpp | 153 void GL_APIENTRY BindVertexArray(GLuint array) in BindVertexArray() function 168 ANGLE_CAPTURE(BindVertexArray, isCallValid, context, arrayPacked); in BindVertexArray()
|
D | proc_table_egl_autogen.cpp | 176 {"glBindVertexArray", P(gl::BindVertexArray)},
|
D | libGLESv2_autogen.cpp | 883 return gl::BindVertexArray(array); in glBindVertexArray()
|
D | entry_points_gles_ext_autogen.cpp | 7836 ANGLE_CAPTURE(BindVertexArray, isCallValid, context, arrayPacked); in BindVertexArrayContextANGLE()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 56 BindVertexArray, enumerator
|
D | entry_points_enum_autogen.cpp | 97 case EntryPoint::BindVertexArray: in GetEntryPointName()
|
D | capture_gles_3_0_autogen.cpp | 117 return CallCapture(gl::EntryPoint::BindVertexArray, std::move(paramBuffer)); in CaptureBindVertexArray()
|
D | frame_capture_replay_autogen.cpp | 157 case gl::EntryPoint::BindVertexArray: in ReplayCall()
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/ |
D | gl_mangle.h | 103 #define glBindVertexArray MANGLE(BindVertexArray)
|