Home
last modified time | relevance | path

Searched refs:EnableVertexAttribArray (Results 1 – 15 of 15) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_2_0_autogen.h30 ANGLE_EXPORT void GL_APIENTRY EnableVertexAttribArray(GLuint index);
Dentry_points_gl_2_0_autogen.cpp264 void GL_APIENTRY EnableVertexAttribArray(GLuint index) in EnableVertexAttribArray() function
278 ANGLE_CAPTURE(EnableVertexAttribArray, isCallValid, context, index); in EnableVertexAttribArray()
Dproc_table_wgl_autogen.cpp252 {"glEnableVertexAttribArray", P(gl::EnableVertexAttribArray)},
DlibGL_autogen.cpp2548 return gl::EnableVertexAttribArray(index); in glEnableVertexAttribArray()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h106 ANGLE_EXPORT void GL_APIENTRY EnableVertexAttribArray(GLuint index);
Dentry_points_gles_2_0_autogen.cpp974 void GL_APIENTRY EnableVertexAttribArray(GLuint index) in EnableVertexAttribArray() function
988 ANGLE_CAPTURE(EnableVertexAttribArray, isCallValid, context, index); in EnableVertexAttribArray()
Dproc_table_egl_autogen.cpp471 {"glEnableVertexAttribArray", P(gl::EnableVertexAttribArray)},
DlibGLESv2_autogen.cpp275 return gl::EnableVertexAttribArray(index); in glEnableVertexAttribArray()
Dentry_points_gles_ext_autogen.cpp11551 ANGLE_CAPTURE(EnableVertexAttribArray, isCallValid, context, index); in EnableVertexAttribArrayContextANGLE()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dentry_points_enum_autogen.h308 EnableVertexAttribArray, enumerator
Dentry_points_enum_autogen.cpp601 case EntryPoint::EnableVertexAttribArray: in GetEntryPointName()
Dcapture_gles_2_0_autogen.cpp677 return CallCapture(gl::EntryPoint::EnableVertexAttribArray, std::move(paramBuffer)); in CaptureEnableVertexAttribArray()
Dframe_capture_replay_autogen.cpp778 case gl::EntryPoint::EnableVertexAttribArray: in ReplayCall()
/device/generic/vulkan-cereal/third-party/angle/extensions/
DANGLE_instanced_arrays.txt89 After description of EnableVertexAttribArray / DisableVertexAttribArray
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/
Dgl_mangle.h445 #define glEnableVertexAttribArray MANGLE(EnableVertexAttribArray)