Searched refs:EnableVertexAttribArray (Results 1 – 15 of 15) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_2_0_autogen.h | 30 ANGLE_EXPORT void GL_APIENTRY EnableVertexAttribArray(GLuint index);
|
D | entry_points_gl_2_0_autogen.cpp | 264 void GL_APIENTRY EnableVertexAttribArray(GLuint index) in EnableVertexAttribArray() function 278 ANGLE_CAPTURE(EnableVertexAttribArray, isCallValid, context, index); in EnableVertexAttribArray()
|
D | proc_table_wgl_autogen.cpp | 252 {"glEnableVertexAttribArray", P(gl::EnableVertexAttribArray)},
|
D | libGL_autogen.cpp | 2548 return gl::EnableVertexAttribArray(index); in glEnableVertexAttribArray()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 106 ANGLE_EXPORT void GL_APIENTRY EnableVertexAttribArray(GLuint index);
|
D | entry_points_gles_2_0_autogen.cpp | 974 void GL_APIENTRY EnableVertexAttribArray(GLuint index) in EnableVertexAttribArray() function 988 ANGLE_CAPTURE(EnableVertexAttribArray, isCallValid, context, index); in EnableVertexAttribArray()
|
D | proc_table_egl_autogen.cpp | 471 {"glEnableVertexAttribArray", P(gl::EnableVertexAttribArray)},
|
D | libGLESv2_autogen.cpp | 275 return gl::EnableVertexAttribArray(index); in glEnableVertexAttribArray()
|
D | entry_points_gles_ext_autogen.cpp | 11551 ANGLE_CAPTURE(EnableVertexAttribArray, isCallValid, context, index); in EnableVertexAttribArrayContextANGLE()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 308 EnableVertexAttribArray, enumerator
|
D | entry_points_enum_autogen.cpp | 601 case EntryPoint::EnableVertexAttribArray: in GetEntryPointName()
|
D | capture_gles_2_0_autogen.cpp | 677 return CallCapture(gl::EntryPoint::EnableVertexAttribArray, std::move(paramBuffer)); in CaptureEnableVertexAttribArray()
|
D | frame_capture_replay_autogen.cpp | 778 case gl::EntryPoint::EnableVertexAttribArray: in ReplayCall()
|
/device/generic/vulkan-cereal/third-party/angle/extensions/ |
D | ANGLE_instanced_arrays.txt | 89 After description of EnableVertexAttribArray / DisableVertexAttribArray
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/ |
D | gl_mangle.h | 445 #define glEnableVertexAttribArray MANGLE(EnableVertexAttribArray)
|