HomeSort by relevance Sort by last modified time
    Searched full:vertexattrib4f (Results 1 - 25 of 41) sorted by null

1 2

  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 397 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 (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 400 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 (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f)
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 425 "VertexAttrib4f",
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 144 gl->vertexAttrib4f = &glVertexAttrib4f;
glwInitES20.inl 144 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
glwFunctions.inl 608 glVertexAttrib4fFunc vertexAttrib4f;
    [all...]
glwInitES30Direct.inl 241 gl->vertexAttrib4f = &glVertexAttrib4f;
glwInitES30.inl 241 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
glwInitES31Direct.inl 305 gl->vertexAttrib4f = &glVertexAttrib4f;
glwInitGL30.inl 260 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
glwInitES31.inl 305 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
glwInitGL31.inl 272 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
glwInitGL32.inl 290 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
glwInitGL33.inl 309 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
glwInitGL40.inl 355 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
    [all...]
glwInitGL41.inl     [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 305 dst->vertexAttrib4f = src.vertexAttrib4f;
gluStateReset.cpp 460 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 167 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
sglrContext.hpp 155 virtual void vertexAttrib4f (deUint32 index, float, float, float, float) = DE_NULL;
sglrGLContext.cpp 696 void GLContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w)
sglrReferenceContext.hpp 718 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 608 gl->vertexAttrib4f = glVertexAttrib4f;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp     [all...]
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 354 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f);

Completed in 176 milliseconds

1 2