/third_party/mesa3d/src/mesa/main/ |
D | glthread_varray.c | 399 GLuint attribindex, GLint size, GLenum type, in attrib_format() argument 402 if (attribindex >= VERT_ATTRIB_GENERIC_MAX) in attrib_format() 407 unsigned i = VERT_ATTRIB_GENERIC(attribindex); in attrib_format() 413 _mesa_glthread_AttribFormat(struct gl_context *ctx, GLuint attribindex, in _mesa_glthread_AttribFormat() argument 418 attrib_format(glthread, glthread->CurrentVAO, attribindex, size, type, in _mesa_glthread_AttribFormat() 424 GLuint attribindex, GLint size, GLenum type, in _mesa_glthread_DSAAttribFormat() argument 431 attrib_format(glthread, vao, attribindex, size, type, relativeoffset); in _mesa_glthread_DSAAttribFormat() 531 _mesa_glthread_AttribBinding(struct gl_context *ctx, GLuint attribindex, in _mesa_glthread_AttribBinding() argument 536 if (attribindex >= VERT_ATTRIB_GENERIC_MAX || in _mesa_glthread_AttribBinding() 541 VERT_ATTRIB_GENERIC(attribindex), in _mesa_glthread_AttribBinding() [all …]
|
D | glthread.h | 273 void _mesa_glthread_AttribFormat(struct gl_context *ctx, GLuint attribindex, 276 GLuint attribindex, GLint size, GLenum type, 292 void _mesa_glthread_AttribBinding(struct gl_context *ctx, GLuint attribindex, 295 GLuint attribindex, GLuint bindingindex);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_3_autogen.cpp | 1072 void GL_APIENTRY VertexAttribBinding(GLuint attribindex, GLuint bindingindex) in VertexAttribBinding() argument 1074 EVENT("(GLuint attribindex = %u, GLuint bindingindex = %u)", attribindex, bindingindex); in VertexAttribBinding() 1081 ValidateVertexAttribBinding(context, attribindex, bindingindex)); in VertexAttribBinding() 1084 context->vertexAttribBinding(attribindex, bindingindex); in VertexAttribBinding() 1086 ANGLE_CAPTURE(VertexAttribBinding, isCallValid, context, attribindex, bindingindex); in VertexAttribBinding() 1090 void GL_APIENTRY VertexAttribFormat(GLuint attribindex, in VertexAttribFormat() argument 1099 attribindex, size, GLenumToString(GLenumGroup::DefaultGroup, type), in VertexAttribFormat() 1108 ValidateVertexAttribFormat(context, attribindex, size, typePacked, in VertexAttribFormat() 1112 context->vertexAttribFormat(attribindex, size, typePacked, normalized, relativeoffset); in VertexAttribFormat() 1114 ANGLE_CAPTURE(VertexAttribFormat, isCallValid, context, attribindex, size, typePacked, in VertexAttribFormat() [all …]
|
D | entry_points_gl_4_3_autogen.h | 183 ANGLE_EXPORT void GL_APIENTRY VertexAttribBinding(GLuint attribindex, GLuint bindingindex); 184 ANGLE_EXPORT void GL_APIENTRY VertexAttribFormat(GLuint attribindex, 189 ANGLE_EXPORT void GL_APIENTRY VertexAttribIFormat(GLuint attribindex, 193 ANGLE_EXPORT void GL_APIENTRY VertexAttribLFormat(GLuint attribindex,
|
D | entry_points_gl_4_5_autogen.cpp | 2846 void GL_APIENTRY VertexArrayAttribBinding(GLuint vaobj, GLuint attribindex, GLuint bindingindex) in VertexArrayAttribBinding() argument 2849 attribindex, bindingindex); in VertexArrayAttribBinding() 2857 ValidateVertexArrayAttribBinding(context, vaobj, attribindex, bindingindex)); in VertexArrayAttribBinding() 2860 context->vertexArrayAttribBinding(vaobj, attribindex, bindingindex); in VertexArrayAttribBinding() 2862 ANGLE_CAPTURE(VertexArrayAttribBinding, isCallValid, context, vaobj, attribindex, in VertexArrayAttribBinding() 2868 GLuint attribindex, in VertexArrayAttribFormat() argument 2877 vaobj, attribindex, size, GLenumToString(GLenumGroup::VertexAttribType, type), in VertexArrayAttribFormat() 2885 ValidateVertexArrayAttribFormat(context, vaobj, attribindex, size, type, in VertexArrayAttribFormat() 2889 context->vertexArrayAttribFormat(vaobj, attribindex, size, type, normalized, in VertexArrayAttribFormat() 2892 ANGLE_CAPTURE(VertexArrayAttribFormat, isCallValid, context, vaobj, attribindex, size, type, in VertexArrayAttribFormat() [all …]
|
D | entry_points_gl_4_5_autogen.h | 428 GLuint attribindex, 431 GLuint attribindex, 437 GLuint attribindex, 442 GLuint attribindex,
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_attrib_binding.txt | 104 void VertexAttribFormat(uint attribindex, int size, enum type, 106 void VertexAttribIFormat(uint attribindex, int size, enum type, 108 void VertexAttribLFormat(uint attribindex, int size, enum type, 111 void VertexAttribBinding(uint attribindex, uint bindingindex); 120 void VertexArrayVertexAttribFormatEXT(uint vaobj, uint attribindex, int size, enum type, 122 void VertexArrayVertexAttribIFormatEXT(uint vaobj, uint attribindex, int size, enum type, 124 void VertexArrayVertexAttribLFormatEXT(uint vaobj, uint attribindex, int size, enum type, 127 void VertexArrayVertexAttribBindingEXT(uint vaobj, uint attribindex, uint bindingindex); 170 void VertexAttribFormat(uint attribindex, int size, enum type, 172 void VertexAttribIFormat(uint attribindex, int size, enum type, [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_attrib_binding.txt | 94 void VertexAttribFormat(uint attribindex, int size, enum type, 96 void VertexAttribIFormat(uint attribindex, int size, enum type, 98 void VertexAttribLFormat(uint attribindex, int size, enum type, 101 void VertexAttribBinding(uint attribindex, uint bindingindex); 110 void VertexArrayVertexAttribFormatEXT(uint vaobj, uint attribindex, int size, enum type, 112 void VertexArrayVertexAttribIFormatEXT(uint vaobj, uint attribindex, int size, enum type, 114 void VertexArrayVertexAttribLFormatEXT(uint vaobj, uint attribindex, int size, enum type, 117 void VertexArrayVertexAttribBindingEXT(uint vaobj, uint attribindex, uint bindingindex); 160 void VertexAttribFormat(uint attribindex, int size, enum type, 162 void VertexAttribIFormat(uint attribindex, int size, enum type, [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 1525 void GL_APIENTRY VertexAttribBinding(GLuint attribindex, GLuint bindingindex) in VertexAttribBinding() argument 1527 EVENT("(GLuint attribindex = %u, GLuint bindingindex = %u)", attribindex, bindingindex); in VertexAttribBinding() 1534 ValidateVertexAttribBinding(context, attribindex, bindingindex)); in VertexAttribBinding() 1537 context->vertexAttribBinding(attribindex, bindingindex); in VertexAttribBinding() 1539 ANGLE_CAPTURE(VertexAttribBinding, isCallValid, context, attribindex, bindingindex); in VertexAttribBinding() 1543 void GL_APIENTRY VertexAttribFormat(GLuint attribindex, in VertexAttribFormat() argument 1552 attribindex, size, GLenumToString(GLenumGroup::DefaultGroup, type), in VertexAttribFormat() 1561 ValidateVertexAttribFormat(context, attribindex, size, typePacked, in VertexAttribFormat() 1565 context->vertexAttribFormat(attribindex, size, typePacked, normalized, relativeoffset); in VertexAttribFormat() 1567 ANGLE_CAPTURE(VertexAttribFormat, isCallValid, context, attribindex, size, typePacked, in VertexAttribFormat() [all …]
|
D | entry_points_gles_3_1_autogen.h | 214 ANGLE_EXPORT void GL_APIENTRY VertexAttribBinding(GLuint attribindex, GLuint bindingindex); 215 ANGLE_EXPORT void GL_APIENTRY VertexAttribFormat(GLuint attribindex, 220 ANGLE_EXPORT void GL_APIENTRY VertexAttribIFormat(GLuint attribindex,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 126 void vertexAttribBinding(GLuint attribindex, GLuint bindingindex); \ 127 void vertexAttribFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \ 129 void vertexAttribIFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \
|
D | validationGL45_autogen.h | 567 GLuint attribindex, 571 GLuint attribindex, 578 GLuint attribindex, 584 GLuint attribindex,
|
D | validationES31_autogen.h | 394 GLuint attribindex, 398 GLuint attribindex, 405 GLuint attribindex,
|
D | validationGL43_autogen.h | 84 GLuint attribindex,
|
D | Context_gl_4_autogen.h | 144 void vertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset); \ 336 void vertexArrayAttribBinding(VertexArrayID vaobjPacked, GLuint attribindex, \ 338 void vertexArrayAttribFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \ 340 void vertexArrayAttribIFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \ 342 void vertexArrayAttribLFormat(VertexArrayID vaobjPacked, GLuint attribindex, GLint size, \
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 101 void vertexAttribBinding(GLuint attribindex, GLuint bindingindex); \ 102 void vertexAttribFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \ 104 void vertexAttribIFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \
|
D | validationES31_autogen.h | 283 bool ValidateVertexAttribBinding(Context *context, GLuint attribindex, GLuint bindingindex); 285 GLuint attribindex, 291 GLuint attribindex,
|
D | Context_gl_4_5_autogen.h | 187 void vertexArrayAttribBinding(GLuint vaobj, GLuint attribindex, GLuint bindingindex); \ 188 void vertexArrayAttribFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, \ 190 void vertexArrayAttribIFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, \ 192 void vertexArrayAttribLFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, \
|
D | validationGL45_autogen.h | 548 GLuint attribindex, 552 GLuint attribindex, 559 GLuint attribindex, 565 GLuint attribindex,
|
D | validationGL45.cpp | 982 GLuint attribindex, in ValidateVertexArrayAttribBinding() argument 990 GLuint attribindex, in ValidateVertexArrayAttribFormat() argument 1001 GLuint attribindex, in ValidateVertexArrayAttribIFormat() argument 1011 GLuint attribindex, in ValidateVertexArrayAttribLFormat() argument
|
D | Context_gl_4_3_autogen.h | 40 void vertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 1983 void GL_APIENTRY GL_VertexAttribBinding(GLuint attribindex, GLuint bindingindex) in GL_VertexAttribBinding() argument 1987 CID(context), attribindex, bindingindex); in GL_VertexAttribBinding() 1995 attribindex, bindingindex)); in GL_VertexAttribBinding() 1998 context->vertexAttribBinding(attribindex, bindingindex); in GL_VertexAttribBinding() 2000 ANGLE_CAPTURE(VertexAttribBinding, isCallValid, context, attribindex, bindingindex); in GL_VertexAttribBinding() 2008 void GL_APIENTRY GL_VertexAttribFormat(GLuint attribindex, in GL_VertexAttribFormat() argument 2018 CID(context), attribindex, size, GLenumToString(GLenumGroup::DefaultGroup, type), in GL_VertexAttribFormat() 2028 attribindex, size, typePacked, normalized, relativeoffset)); in GL_VertexAttribFormat() 2031 context->vertexAttribFormat(attribindex, size, typePacked, normalized, relativeoffset); in GL_VertexAttribFormat() 2033 ANGLE_CAPTURE(VertexAttribFormat, isCallValid, context, attribindex, size, typePacked, in GL_VertexAttribFormat() [all …]
|
D | entry_points_gles_3_1_autogen.h | 222 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribBinding(GLuint attribindex, GLuint bindingindex); 223 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribFormat(GLuint attribindex, 228 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribIFormat(GLuint attribindex,
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLES3/ |
D | gl31ext_explicit_context_autogen.inc | 75 …RYP PFNGLVERTEXATTRIBBINDINGCONTEXTANGLEPROC)(GLeglContext ctx, GLuint attribindex, GLuint binding… 76 …TRYP PFNGLVERTEXATTRIBFORMATCONTEXTANGLEPROC)(GLeglContext ctx, GLuint attribindex, GLint size, GL… 77 …RYP PFNGLVERTEXATTRIBIFORMATCONTEXTANGLEPROC)(GLeglContext ctx, GLuint attribindex, GLint size, GL… 144 GL_APICALL void GL_APIENTRY glVertexAttribBindingContextANGLE(GLeglContext ctx, GLuint attribindex,… 145 GL_APICALL void GL_APIENTRY glVertexAttribFormatContextANGLE(GLeglContext ctx, GLuint attribindex, … 146 GL_APICALL void GL_APIENTRY glVertexAttribIFormatContextANGLE(GLeglContext ctx, GLuint attribindex,…
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.h | 618 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribBinding(GLuint attribindex, GLuint bindingindex); 619 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribFormat(GLuint attribindex, 624 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribIFormat(GLuint attribindex, 628 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribLFormat(GLuint attribindex, 1111 GLuint attribindex, 1114 GLuint attribindex, 1120 GLuint attribindex, 1125 GLuint attribindex,
|