Home
last modified time | relevance | path

Searched refs:vertexAttribDivisor (Results 1 – 25 of 66) sorted by relevance

123

/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl308 dst->vertexAttribDivisor = src.vertexAttribDivisor;
DgluStateReset.cpp90 gl.vertexAttribDivisor(ndx, 0); in resetStateES()
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp724 ctx.vertexAttribDivisor(posLocation, 0); in renderTo()
731 ctx.vertexAttribDivisor(offsetLocation, 1); in renderTo()
738 ctx.vertexAttribDivisor(colorLocation, 1); in renderTo()
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl243 gl->vertexAttribDivisor = &glVertexAttribDivisor;
DglwInitES31Direct.inl308 gl->vertexAttribDivisor = &glVertexAttribDivisor;
DglwInitES32Direct.inl352 gl->vertexAttribDivisor = &glVertexAttribDivisor;
DglwInitES30.inl243 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDivisor");
DglwFunctions.inl863 glVertexAttribDivisorFunc vertexAttribDivisor; variable
DglwInitES31.inl308 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDivisor");
DglwInitGL33.inl317 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDivisor");
DglwInitES32.inl352 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDivisor");
DglwInitGL40.inl363 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDivisor");
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp162 virtual void vertexAttribDivisor (deUint32 index, deUint32 divisor);
DsglrContext.hpp150 virtual void vertexAttribDivisor (deUint32 index, deUint32 divisor) = DE_NULL;
DsglrGLContext.cpp676 void GLContext::vertexAttribDivisor (deUint32 index, deUint32 divisor) in vertexAttribDivisor() function in sglr::GLContext
DsglrReferenceContext.hpp715 virtual void vertexAttribDivisor (deUint32 index, deUint32 divisor);
/external/angle/src/libANGLE/
DContext_gles_3_0_autogen.h155 void vertexAttribDivisor(GLuint index, GLuint divisor); \
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp339 ASSIGN("glVertexAttribDivisorARB", vertexAttribDivisor); in initProcsDesktopGL()
1577 ASSIGN("glVertexAttribDivisor", vertexAttribDivisor); in initProcsDesktopGL()
2024 ASSIGN("glVertexAttribDivisorEXT", vertexAttribDivisor); in initProcsGLES()
2521 ASSIGN("glVertexAttribDivisor", vertexAttribDivisor); in initProcsGLES()
3127 vertexAttribDivisor = &glVertexAttribDivisorNULL; in initProcsDesktopGLNULL()
4364 vertexAttribDivisor = &glVertexAttribDivisorNULL; in initProcsDesktopGLNULL()
4810 vertexAttribDivisor = &glVertexAttribDivisorNULL; in initProcsGLESNULL()
5307 vertexAttribDivisor = &glVertexAttribDivisorNULL; in initProcsGLESNULL()
DVertexArrayGL.cpp816 functions->vertexAttribDivisor(static_cast<GLuint>(bindingIndex), adjustedDivisor); in updateBindingDivisor()
DDispatchTableGL_autogen.h397 PFNGLVERTEXATTRIBDIVISORPROC vertexAttribDivisor = nullptr; variable
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp182 fFunctions.fVertexAttribDivisor = bind_to_member(this, &GrGLTestInterface::vertexAttribDivisor); in GrGLTestInterface()
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp975 vertexAttribDivisor, in init()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp863 ctx.vertexAttribDivisor(posLocation, 0); in renderTo()
870 ctx.vertexAttribDivisor(offsetLocation, 1); in renderTo()
877 ctx.vertexAttribDivisor(colorLocation, 1); in renderTo()
2348 gl.vertexAttribDivisor(posLocation, 0); in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp3775 gl.vertexAttribDivisor(0, 3); in PrepareVAO()
3788 gl.vertexAttribDivisor(1, 2); in PrepareVAO()
3807 gl.vertexAttribDivisor(2, 1); in PrepareVAO()
3820 gl.vertexAttribDivisor(3, 0); in PrepareVAO()
Dgl4cVertexAttrib64BitTest.cpp2326 gl.vertexAttribDivisor(i, vertex_attrib_divisor); in prepareVertexArray()
3360 gl.vertexAttribDivisor(attribute, divisor); in executeTest()

123