Home
last modified time | relevance | path

Searched refs:glVertexAttribFormat (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp379 glVertexAttribFormat(7, 2, GL_FLOAT, GL_FALSE, 0); in Run()
380 glVertexAttribFormat(1, 3, GL_FLOAT, GL_FALSE, 8); in Run()
568 glVertexAttribFormat(1, 3, GL_FLOAT, GL_FALSE, 0); in Run()
614 glVertexAttribFormat(0, 2, GL_FLOAT, GL_FALSE, 0); in Run()
615 glVertexAttribFormat(1, 3, GL_FLOAT, GL_FALSE, 0); in Run()
616 glVertexAttribFormat(7, 1, GL_FLOAT, GL_FALSE, 8); in Run()
617 glVertexAttribFormat(14, 2, GL_FLOAT, GL_FALSE, 4); in Run()
688 glVertexAttribFormat(0, 4, GL_UNSIGNED_BYTE, GL_FALSE, 0); in Run()
690 glVertexAttribFormat(1, 3, GL_FLOAT, GL_FALSE, 16); in Run()
692 glVertexAttribFormat(2, 2, GL_FLOAT, GL_FALSE, 28); in Run()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttribBindingTests.cpp336 glVertexAttribFormat(0, 2, GL_FLOAT, GL_FALSE, 0); in Run()
337 glVertexAttribFormat(1, 3, GL_FLOAT, GL_FALSE, 8); in Run()
505 glVertexAttribFormat(1, 3, GL_FLOAT, GL_FALSE, 0); in Run()
552 glVertexAttribFormat(0, 2, GL_FLOAT, GL_FALSE, 0); in Run()
553 glVertexAttribFormat(1, 3, GL_FLOAT, GL_FALSE, 0); in Run()
554 glVertexAttribFormat(7, 1, GL_FLOAT, GL_FALSE, 8); in Run()
555 glVertexAttribFormat(15, 2, GL_FLOAT, GL_FALSE, 4); in Run()
624 glVertexAttribFormat(0, 4, GL_UNSIGNED_BYTE, GL_FALSE, 0); in Run()
626 glVertexAttribFormat(1, 3, GL_FLOAT, GL_FALSE, 16); in Run()
628 glVertexAttribFormat(2, 2, GL_FLOAT, GL_FALSE, 28); in Run()
[all …]
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp341 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset); in renderTo()
345 gl.glVertexAttribFormat(colorLoc, 4, GL_FLOAT, GL_FALSE, m_spec.colorAttrOffset); in renderTo()
357 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset); in renderTo()
641 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, 0); in renderTo()
642 gl.glVertexAttribFormat(colorLoc, 4, GL_FLOAT, GL_FALSE, 0); in renderTo()
643 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4)); in renderTo()
914 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, 0); in renderTo()
946 gl.glVertexAttribFormat(colorLoc, 4, GL_FLOAT, GL_FALSE, 0); in renderTo()
947 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4)); in renderTo()
964 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, 0); in renderTo()
[all …]
Des31fNegativeVertexArrayApiTests.cpp233 ctx.glVertexAttribFormat(maxVertexAttribs, 4, GL_FLOAT, GL_FALSE, maxVertexAttribRelativeOffset); in vertex_attrib_format()
241 ctx.glVertexAttribFormat(1, 0, GL_FLOAT, GL_FALSE, maxVertexAttribRelativeOffset); in vertex_attrib_format()
249 ctx.glVertexAttribFormat(1, 4, 1, GL_FALSE, 0); in vertex_attrib_format()
257 ctx.glVertexAttribFormat(1, 4, GL_FLOAT, GL_FALSE, 0); in vertex_attrib_format()
265 ctx.glVertexAttribFormat(1, 3, GL_INT_2_10_10_10_REV, GL_FALSE, 0); in vertex_attrib_format()
273 ctx.glVertexAttribFormat(1, 3, GL_UNSIGNED_INT_2_10_10_10_REV, GL_FALSE, 0); in vertex_attrib_format()
281 ctx.glVertexAttribFormat(1, 4, GL_FLOAT, GL_FALSE, maxVertexAttribRelativeOffset + 1); in vertex_attrib_format()
Des31fVertexAttributeBindingStateQueryTests.cpp188 gl.glVertexAttribFormat(1, 4, GL_FLOAT, GL_FALSE, 9); in test()
195 gl.glVertexAttribFormat(1, 4, GL_FLOAT, GL_FALSE, 21); in test()
216 gl.glVertexAttribFormat(va, 4, GL_FLOAT, GL_FALSE, offset); in test()
/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp335 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset); in renderTo()
339 gl.glVertexAttribFormat(colorLoc, 4, GL_FLOAT, GL_FALSE, m_spec.colorAttrOffset); in renderTo()
351 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, m_spec.positionAttrOffset); in renderTo()
591 gl.glVertexAttribFormat(positionLoc, 4, GL_FLOAT, GL_FALSE, 0); in iterate()
/external/deqp/framework/opengl/wrapper/
DglwInitES31Direct.inl309 gl->vertexAttribFormat = &glVertexAttribFormat;
DglwInitES32Direct.inl353 gl->vertexAttribFormat = &glVertexAttribFormat;
DglwInitES31.inl309 gl->vertexAttribFormat = (glVertexAttribFormatFunc) loader->get("glVertexAttribFormat");
DglwInitES32.inl353 gl->vertexAttribFormat = (glVertexAttribFormatFunc) loader->get("glVertexAttribFormat");
DglwInitGL43.inl492 gl->vertexAttribFormat = (glVertexAttribFormatFunc) loader->get("glVertexAttribFormat");
DglwInitGL44.inl501 gl->vertexAttribFormat = (glVertexAttribFormatFunc) loader->get("glVertexAttribFormat");
DglwInitGL46.inl615 gl->vertexAttribFormat = (glVertexAttribFormatFunc) loader->get("glVertexAttribFormat");
DglwInitGL45.inl611 gl->vertexAttribFormat = (glVertexAttribFormatFunc) loader->get("glVertexAttribFormat");
DglwInitExtGL.inl908 gl->vertexAttribFormat = (glVertexAttribFormatFunc) loader->get("glVertexAttribFormat");
DglwApi.inl850 #define glVertexAttribFormat glwVertexAttribFormat macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl850 gl->vertexAttribFormat = glVertexAttribFormat;
DtcuNullRenderContextFuncs.inl7421 GLW_APICALL void GLW_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GL… function
/external/mesa3d/include/GLES3/
Dgl31.h1508 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
Dgl32.h1508 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
/external/mesa3d/include/GL/
Dgl_mangle.h2567 #define glVertexAttribFormat MANGLE(VertexAttribFormat) macro
Dglcorearb.h2589 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean no…
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl850 void glVertexAttribFormat (glw::GLuint attribindex, glw::GLint size, glw::GLenum type, g…
DgluCallLogWrapper.inl6159 void CallLogWrapper::glVertexAttribFormat (glw::GLuint attribindex, glw::GLint size, glw::GLenum ty… function in CallLogWrapper
6162 …m_log << TestLog::Message << "glVertexAttribFormat(" << attribindex << ", " << size << ", " << get…
/external/swiftshader/include/GL/
Dglcorearb.h2589 GLAPI void APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean no…

12