/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 398 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 407 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() 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/gles3/functional/ |
D | es3fPolygonOffsetTests.cpp | 401 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 410 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset() 521 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset() 651 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 657 gl.vertexAttrib4f (colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset() 668 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 674 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 0.0f, 1.0f); in testPolygonOffset() 802 gl.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testPolygonOffset() 809 gl.vertexAttrib4f (colorLoc, 1.0f, 0.0f, 0.0f, 1.0f); in testPolygonOffset() 821 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 | glwInitGL31.inl | 272 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwInitGL30.inl | 260 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwFunctions.inl | 854 glVertexAttrib4fFunc vertexAttrib4f; variable
|
D | glwInitES31.inl | 305 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
D | glwInitGL32.inl | 290 gl->vertexAttrib4f = (glVertexAttrib4fFunc) loader->get("glVertexAttrib4f");
|
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() 1095 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f); in resetStateGLCore()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 193 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() 1408 ASSIGN("glVertexAttrib4f", vertexAttrib4f); in initProcsDesktopGL() 2416 ASSIGN("glVertexAttrib4f", vertexAttrib4f); in initProcsGLES() 3580 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsDesktopGLNULL() 3630 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsDesktopGLNULL() 4195 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsDesktopGLNULL() 5202 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsGLESNULL()
|
/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;
|
/external/angle/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 184 void vertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); \
|
D | GLES1Renderer.cpp | 168 context->vertexAttrib4f(kColorAttribIndex, color.red, color.green, color.blue, in prepareForDraw() 183 context->vertexAttrib4f(kTextureCoordAttribIndexBase + i, texcoord.s, texcoord.t, in prepareForDraw()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationGeometryInteractionTests.cpp | 1852 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()
|