Searched refs:vertexAttrib4f (Results 1 - 25 of 39) sorted by relevance

12

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp397 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
406 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f);
515 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f);
645 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
651 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f);
662 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
668 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 0.0f, 1.0f);
794 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
801 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f);
813 gl.vertexAttrib4f (colorLo
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp400 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
409 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f);
518 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f);
648 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
654 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f);
665 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
671 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 0.0f, 1.0f);
797 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f);
804 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f);
816 gl.vertexAttrib4f (colorLo
[all...]
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl142 gl->vertexAttrib4f = &glVertexAttrib4f;
H A DglwInitES20.inl142 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
H A DglwInitES30Direct.inl142 gl->vertexAttrib4f = &glVertexAttrib4f;
H A DglwFunctions.inl193 glVertexAttrib4fFunc vertexAttrib4f;
H A DglwInitES30.inl142 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
H A DglwInitES31.inl142 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
H A DglwInitGL30.inl191 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
H A DglwInitGL31.inl191 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
H A DglwInitGL32.inl191 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
H A DglwInitGL33.inl191 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
H A DglwInitGL40.inl191 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
H A DglwInitGL41.inl191 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl142 dst->vertexAttrib4f = src.vertexAttrib4f;
H A DgluStateReset.cpp388 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f);
909 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp155 virtual void vertexAttrib4f (deUint32 index, float, float, float, float) = DE_NULL;
H A DsglrGLContext.hpp167 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp354 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h228 virtual void vertexAttrib4f(WGC3Duint index, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z, WGC3Dfloat w) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp1825 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f);
2425 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f);
2881 gl.vertexAttrib4f(posLoc, 0.0f, 0.0f, 0.0f, 1.0f);
2882 GLU_EXPECT_NO_ERROR(gl.getError(), "vertexAttrib4f");
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl193 gl->vertexAttrib4f = glVertexAttrib4f;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h344 virtual void vertexAttrib4f(WGC3Duint index, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z, WGC3Dfloat w) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h366 virtual void vertexAttrib4f(WGC3Duint index,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl684 void vertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);

Completed in 2252 milliseconds

12