Home
last modified time | relevance | path

Searched refs:vertexAttribDivisor (Results 1 – 25 of 58) 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");
DglwInitES31.inl308 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDivisor");
DglwFunctions.inl863 glVertexAttribDivisorFunc vertexAttribDivisor; variable
DglwInitES32.inl352 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDivisor");
DglwInitGL33.inl317 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDivisor");
DglwInitGL40.inl363 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDivisor");
DglwInitGL42.inl451 gl->vertexAttribDivisor = (glVertexAttribDivisorFunc) loader->get("glVertexAttribDiviso…
DglwInitGL41.inl439 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;
DsglrReferenceContext.hpp713 virtual void vertexAttribDivisor (deUint32 index, deUint32 divisor);
DsglrGLContext.cpp676 void GLContext::vertexAttribDivisor (deUint32 index, deUint32 divisor) in vertexAttribDivisor() function in sglr::GLContext
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp975 vertexAttribDivisor, in init()
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp181 fFunctions.fVertexAttribDivisor = bind_to_member(this, &GrGLTestInterface::vertexAttribDivisor); in GrGLTestInterface()
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp182 fFunctions.fVertexAttribDivisor = bind_to_member(this, &GrGLTestInterface::vertexAttribDivisor); in GrGLTestInterface()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp859 ctx.vertexAttribDivisor(posLocation, 0); in renderTo()
866 ctx.vertexAttribDivisor(offsetLocation, 1); in renderTo()
873 ctx.vertexAttribDivisor(colorLocation, 1); in renderTo()
2342 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()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl863 gl->vertexAttribDivisor = glVertexAttribDivisor;

123