Home
last modified time | relevance | path

Searched refs:glVertexAttribIFormat (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp1714 glVertexAttribIFormat(0, 1, GL_BYTE, 0); in Run()
1715 glVertexAttribIFormat(1, 2, GL_SHORT, 4); in Run()
1716 glVertexAttribIFormat(2, 3, GL_INT, 12); in Run()
1717 glVertexAttribIFormat(3, 4, GL_INT, 56); in Run()
1718 glVertexAttribIFormat(8, 3, GL_UNSIGNED_BYTE, 28); in Run()
1719 glVertexAttribIFormat(9, 2, GL_UNSIGNED_SHORT, 32); in Run()
1720 glVertexAttribIFormat(10, 1, GL_UNSIGNED_INT, 40); in Run()
1721 glVertexAttribIFormat(11, 4, GL_UNSIGNED_INT, 72); in Run()
1801 glVertexAttribIFormat(0, 3, GL_INT, 0); in Run()
1802 glVertexAttribIFormat(2, 2, GL_INT, 4); in Run()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttribBindingTests.cpp1710 glVertexAttribIFormat(0, 1, GL_BYTE, 0); in Run()
1711 glVertexAttribIFormat(1, 2, GL_SHORT, 4); in Run()
1712 glVertexAttribIFormat(2, 3, GL_INT, 12); in Run()
1713 glVertexAttribIFormat(3, 4, GL_INT, 56); in Run()
1714 glVertexAttribIFormat(8, 3, GL_UNSIGNED_BYTE, 28); in Run()
1715 glVertexAttribIFormat(9, 2, GL_UNSIGNED_SHORT, 32); in Run()
1716 glVertexAttribIFormat(10, 1, GL_UNSIGNED_INT, 40); in Run()
1717 glVertexAttribIFormat(11, 4, GL_UNSIGNED_INT, 72); in Run()
1797 glVertexAttribIFormat(0, 3, GL_INT, 0); in Run()
1798 glVertexAttribIFormat(2, 2, GL_INT, 4); in Run()
[all …]
/external/deqp/framework/egl/
DegluStaticES31Library.inl314 { "glVertexAttribIFormat", (deFunctionPtr)glVertexAttribIFormat },
DegluStaticES32Library.inl358 { "glVertexAttribIFormat", (deFunctionPtr)glVertexAttribIFormat },
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt355 glVertexAttribIFormat
/external/deqp/modules/gles31/functional/
Des31fNegativeVertexArrayApiTests.cpp296 ctx.glVertexAttribIFormat(maxVertexAttribs, 4, GL_INT, 0); in vertex_attrib_i_format()
304 ctx.glVertexAttribIFormat(1, 0, GL_INT, 0); in vertex_attrib_i_format()
312 ctx.glVertexAttribIFormat(1, 4, GL_FLOAT, 0); in vertex_attrib_i_format()
320 ctx.glVertexAttribIFormat(1, 4, GL_INT, 0); in vertex_attrib_i_format()
328 ctx.glVertexAttribIFormat(1, 4, GL_INT, maxVertexAttribRelativeOffset + 1); in vertex_attrib_i_format()
Des31fVertexAttributeBindingTests.cpp1335 gl.glVertexAttribIFormat(0, 4, GL_INT, 0); in iterate()
/external/deqp/framework/opengl/wrapper/
DglwInitES31Direct.inl314 gl->vertexAttribIFormat = &glVertexAttribIFormat;
DglwInitES32Direct.inl358 gl->vertexAttribIFormat = &glVertexAttribIFormat;
DglwInitES31.inl314 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
DglwInitES32.inl358 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
DglwInitGL43.inl513 …vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
DglwInitGL44.inl522 …vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
DglwInitGL45.inl632 …vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
DglwInitGL46.inl636 …vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
DglwInitExtGL.inl920 gl->vertexAttribIFormat = (glVertexAttribIFormatFunc) loader->get("glVertexAttribIFormat");
/external/angle/src/libGL/
DlibGL_autogen.def952 glVertexAttribIFormat
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def327 glVertexAttribIFormat
DlibGLESv2_with_capture_autogen.def327 glVertexAttribIFormat
DlibGLESv2_autogen.def327 glVertexAttribIFormat
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl885 gl->vertexAttribIFormat = glVertexAttribIFormat;
/external/angle/util/
Dgles_loader_autogen.cpp411 ANGLE_UTIL_EXPORT PFNGLVERTEXATTRIBIFORMATPROC glVertexAttribIFormat; variable
2068 glVertexAttribIFormat = in LoadGLES()
Dgles_loader_autogen.h419 ANGLE_UTIL_EXPORT extern PFNGLVERTEXATTRIBIFORMATPROC glVertexAttribIFormat;
/external/mesa3d/include/GLES3/
Dgl31.h1516 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
/external/angle/include/GLES3/
Dgl31.h1518 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…

12