Searched refs:VertexAttrib4Nub (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 426 vfmt->VertexAttrib4Nub = NAME(VertexAttrib4Nub);
|
D | vbo_attrib_tmp.h | 3258 TAG(VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) in TAG() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_0_autogen.h | 137 VertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
|
D | entry_points_gl_2_0_autogen.cpp | 1556 void GL_APIENTRY VertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) in VertexAttrib4Nub() function 1571 ANGLE_CAPTURE(VertexAttrib4Nub, isCallValid, context, index, x, y, z, w); in VertexAttrib4Nub()
|
D | proc_table_wgl_autogen.cpp | 1002 {"glVertexAttrib4Nub", P(gl::VertexAttrib4Nub)},
|
D | libGL_autogen.cpp | 2911 return gl::VertexAttrib4Nub(index, x, y, z, w); in glVertexAttrib4Nub()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1276 VertexAttrib4Nub, enumerator
|
D | entry_points_enum_autogen.cpp | 2537 case EntryPoint::VertexAttrib4Nub: in GetEntryPointName()
|
/third_party/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 464 SET_VertexAttrib4Nub(tab, vfmt->VertexAttrib4Nub); in install_vtxfmt()
|
D | dd.h | 1831 void (GLAPIENTRYP VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z,
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1055 { "glVertexAttrib4Nub", _O(VertexAttrib4Nub) },
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 2063 ANGLE_CAPTURE(VertexAttrib4Nub, isCallValid, context, index, x, y, z, w); in GL_VertexAttrib4Nub()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_program.txt | 376 like VertexAttrib4Nub will be used to indicate that fixed-point data 4950 VertexAttrib4Nub{v}ARB to indicate that the 4ub call normalizes its 6692 Fixes: Fixed prototype for VertexAttrib4Nub.
|
D | ARB_direct_state_access.txt | 3923 void VertexAttrib4Nub( uint index, ubyte x, ubyte y, ubyte z, ubyte w );
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_program.txt | 366 like VertexAttrib4Nub will be used to indicate that fixed-point data 4940 VertexAttrib4Nub{v}ARB to indicate that the 4ub call normalizes its 6682 Fixes: Fixed prototype for VertexAttrib4Nub.
|
D | ARB_direct_state_access.txt | 3892 void VertexAttrib4Nub( uint index, ubyte x, ubyte y, ubyte z, ubyte w );
|