Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp399 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 (colorLo in testPolygonOffset()
[all...]
H A Des3fClippingTests.cpp557 ctx.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testRender()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp396 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 (colorLo in testPolygonOffset()
[all...]
H A Des2fClippingTests.cpp554 ctx.vertexAttrib4f (colorLoc, 1.0f, 1.0f, 1.0f, 1.0f); in testRender()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.cpp193 mFunctions->vertexAttrib4f(i, 0.0f, 0.0f, 0.0f, 1.0f); in RendererGL()
H A DDispatchTableGL_autogen.cpp781 ASSIGN("glVertexAttrib4fARB", vertexAttrib4f); in initProcsDesktopGL()
831 ASSIGN("glVertexAttrib4fARB", vertexAttrib4f); in initProcsDesktopGL()
1397 ASSIGN("glVertexAttrib4f", vertexAttrib4f); in initProcsDesktopGL()
2405 ASSIGN("glVertexAttrib4f", vertexAttrib4f); in initProcsGLES()
3569 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsDesktopGLNULL()
3619 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsDesktopGLNULL()
4184 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsDesktopGLNULL()
5191 vertexAttrib4f = &glVertexAttrib4fNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h238 PFNGLVERTEXATTRIB4FPROC vertexAttrib4f = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h184 void vertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); \
H A DGLES1Renderer.cpp258 context->vertexAttrib4f(kColorAttribIndex, color.red, color.green, color.blue, in prepareForDraw()
273 context->vertexAttrib4f(kTextureCoordAttribIndexBase + i, texcoord.s, texcoord.t, in prepareForDraw()
H A DContext.cpp5754 void Context::vertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in vertexAttrib4f() function in gl::__anon19924::Context
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp357 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f); in renderTo()
/third_party/vk-gl-cts/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);
H A DsglrGLContext.cpp696 void GLContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::GLContext
H A DsglrReferenceContext.hpp720 virtual void vertexAttrib4f (deUint32 index, float, float, float, float);
H A DsglrReferenceContext.cpp3756 void ReferenceContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w)
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp1875 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f);
2482 gl.vertexAttrib4f(positionLocation, 0.0f, 0.0f, 0.0f, 1.0f);
2945 gl.vertexAttrib4f(posLoc, 0.0f, 0.0f, 0.0f, 1.0f);
2946 GLU_EXPECT_NO_ERROR(gl.getError(), "vertexAttrib4f");
/third_party/vk-gl-cts/framework/opengl/
H A DgluStateReset.cpp496 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f); in resetStateES()
1131 gl.vertexAttrib4f(ndx, 0.0f, 0.0f, 0.0f, 1.0f); in resetStateGLCore()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp2229 context->vertexAttrib4f(index, x, y, z, w); in GL_VertexAttrib4f()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp4222 m_gl.vertexAttrib4f(m_attribute_color_location, 1.0f, 1.0f, 1.0f, 1.0f);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp3772 context->vertexAttrib4f(index, x, y, z, w); in GL_VertexAttrib4f()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1045 case 4: m_ctx.vertexAttrib4f(loc, attr.x(), attr.y(), attr.z(), attr.w()); break; in bindAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp3285 context->vertexAttrib4f(params.getParam("index", ParamType::TGLuint, 0).value.GLuintVal, in ReplayCall()

Completed in 96 milliseconds