Home
last modified time | relevance | path

Searched refs:vertexAttrib4f (Results 1 – 25 of 36) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp400 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
409 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset()
518 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset()
648 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
654 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset()
665 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
671 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset()
797 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
804 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset()
816 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
[all …]
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp397 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
406 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset()
515 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset()
645 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
651 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset()
662 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
668 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset()
794 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
801 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset()
813 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset()
[all …]
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl144 gl->vertexAttrib4f = &glVertexAttrib4f;
DglwInitES30Direct.inl241 gl->vertexAttrib4f = &glVertexAttrib4f;
DglwInitES20.inl144 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
DglwInitES31Direct.inl305 gl->vertexAttrib4f = &glVertexAttrib4f;
DglwInitES32Direct.inl349 gl->vertexAttrib4f = &glVertexAttrib4f;
DglwFunctions.inl608 glVertexAttrib4fFunc vertexAttrib4f; variable
DglwInitES30.inl241 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
DglwInitGL30.inl260 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
DglwInitGL31.inl272 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
DglwInitGL32.inl290 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
DglwInitES31.inl305 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
DglwInitGL33.inl309 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
DglwInitES32.inl349 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
DglwInitGL40.inl355 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl305 dst->vertexAttrib4f = src.vertexAttrib4f;
DgluStateReset.cpp487 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f); in resetStateES()
1056 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f); in resetStateGLCore()
/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp354 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f); in renderTo()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp167 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
DsglrContext.hpp155 virtual void vertexAttrib4f (deUint32 index, float, float, float, float) = DE_NULL;
DsglrReferenceContext.hpp718 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
DsglrGLContext.cpp696 void GLContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::GLContext
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1852 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f); in renderTo()
2454 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f); in renderTo()
2916 gl.vertexAttrib4f(posLoc, 0.0f, 0.0f, 0.0f, 1.0f); in iterate()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl608 gl->vertexAttrib4f = glVertexAttrib4f;

12