/external/deqp/modules/gles3/functional/ |
D | es3fPolygonOffsetTests.cpp | 399 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 408 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset() 519 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset() 649 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 655 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset() 666 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 672 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset() 800 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 807 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset() 819 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 396 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 405 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset() 516 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset() 647 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 653 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset() 664 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 670 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset() 798 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 805 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset() 817 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() [all …]
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 144 gl->vertexAttrib4f = &glVertexAttrib4f;
|
D | glwInitES30Direct.inl | 241 gl->vertexAttrib4f = &glVertexAttrib4f;
|
D | glwInitES20.inl | 144 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwInitES31Direct.inl | 305 gl->vertexAttrib4f = &glVertexAttrib4f;
|
D | glwInitES32Direct.inl | 349 gl->vertexAttrib4f = &glVertexAttrib4f;
|
D | glwInitES30.inl | 241 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwInitGL30.inl | 260 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwInitGL31.inl | 272 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwInitES31.inl | 305 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwInitGL32.inl | 290 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwFunctions.inl | 858 glVertexAttrib4fFunc vertexAttrib4f; variable
|
D | glwInitGL33.inl | 309 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwInitES32.inl | 349 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 305 dst->vertexAttrib4f = src.vertexAttrib4f;
|
D | gluStateReset.cpp | 496 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f); in resetStateES() 1129 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f); in resetStateGLCore()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 201 mFunctions->vertexAttrib4f(i, 0.0f, 0.0f, 0.0f, 1.0f); in RendererGL()
|
D | DispatchTableGL_autogen.cpp | 792 ASSIGN("glVertexAttrib4fARB", vertexAttrib4f); in initProcsDesktopGL() 842 ASSIGN("glVertexAttrib4fARB", vertexAttrib4f); in initProcsDesktopGL() 1428 ASSIGN("glVertexAttrib4f", vertexAttrib4f); in initProcsDesktopGL() 2431 ASSIGN("glVertexAttrib4f", vertexAttrib4f); in initProcsGLES() 3620 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsDesktopGLNULL() 3670 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsDesktopGLNULL() 4255 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsDesktopGLNULL() 5257 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 238 PFNGLVERTEXATTRIB4FPROC vertexAttrib4f = nullptr; variable
|
/external/deqp/modules/gles31/stress/ |
D | es31sTessellationGeometryInteractionTests.cpp | 354 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f); in renderTo()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 167 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
|
D | sglrContext.hpp | 155 virtual void vertexAttrib4f (deUint32 index, float, float, float, float) = DE_NULL;
|
D | sglrReferenceContext.hpp | 720 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationGeometryInteractionTests.cpp | 1875 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f); in renderTo() 2479 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f); in renderTo() 2942 gl.vertexAttrib4f(posLoc, 0.0f, 0.0f, 0.0f, 1.0f); in iterate()
|