Home
last modified time | relevance | path

Searched refs:vertexAttrib1f (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h178 void vertexAttrib1f(GLuint index, GLfloat x); \
H A DGLES1Renderer.cpp265 context->vertexAttrib1f(kPointSizeAttribIndex, pointSize); in prepareForDraw()
H A DContext.cpp5712 void Context::vertexAttrib1f(GLuint index, GLfloat x) in vertexAttrib1f() function in gl::__anon19924::Context
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp152 virtual void vertexAttrib1f (deUint32 index, float) = DE_NULL;
H A DsglrGLContext.hpp164 virtual void vertexAttrib1f (deUint32 index, float);
H A DsglrGLContext.cpp681 void GLContext::vertexAttrib1f (deUint32 index, float x) in vertexAttrib1f() function in sglr::GLContext
H A DsglrReferenceContext.hpp717 virtual void vertexAttrib1f (deUint32 index, float);
H A DsglrReferenceContext.cpp3735 void ReferenceContext::vertexAttrib1f (deUint32 index, float x)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp755 ASSIGN("glVertexAttrib1fARB", vertexAttrib1f); in initProcsDesktopGL()
805 ASSIGN("glVertexAttrib1fARB", vertexAttrib1f); in initProcsDesktopGL()
1371 ASSIGN("glVertexAttrib1f", vertexAttrib1f); in initProcsDesktopGL()
2399 ASSIGN("glVertexAttrib1f", vertexAttrib1f); in initProcsGLES()
3543 vertexAttrib1f = &glVertexAttrib1fNULL; in initProcsDesktopGLNULL()
3593 vertexAttrib1f = &glVertexAttrib1fNULL; in initProcsDesktopGLNULL()
4158 vertexAttrib1f = &glVertexAttrib1fNULL; in initProcsDesktopGLNULL()
5185 vertexAttrib1f = &glVertexAttrib1fNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h212 PFNGLVERTEXATTRIB1FPROC vertexAttrib1f = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp1606 context->vertexAttrib1f(index, x); in GL_VertexAttrib1f()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClippingTests.cpp553 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize); in testRender()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fClippingTests.cpp556 ctx.vertexAttrib1f (pointSizeLoc, m_pointSize); in testRender()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp3628 context->vertexAttrib1f(index, x); in GL_VertexAttrib1f()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1042 case 1: m_ctx.vertexAttrib1f(loc, attr.x()); break; in bindAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp3252 context->vertexAttrib1f(params.getParam("index", ParamType::TGLuint, 0).value.GLuintVal, in ReplayCall()

Completed in 64 milliseconds