Home
last modified time | relevance | path

Searched refs:vertexAttrib2f (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h180 void vertexAttrib2f(GLuint index, GLfloat x, GLfloat y); \
H A DContext.cpp5726 void Context::vertexAttrib2f(GLuint index, GLfloat x, GLfloat y) in vertexAttrib2f() function in gl::__anon19924::Context
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp153 virtual void vertexAttrib2f (deUint32 index, float, float) = DE_NULL;
H A DsglrGLContext.hpp165 virtual void vertexAttrib2f (deUint32 index, float, float);
H A DsglrGLContext.cpp686 void GLContext::vertexAttrib2f (deUint32 index, float x, float y) in vertexAttrib2f() function in sglr::GLContext
H A DsglrReferenceContext.hpp718 virtual void vertexAttrib2f (deUint32 index, float, float);
H A DsglrReferenceContext.cpp3742 void ReferenceContext::vertexAttrib2f (deUint32 index, float x, float y)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp761 ASSIGN("glVertexAttrib2fARB", vertexAttrib2f); in initProcsDesktopGL()
811 ASSIGN("glVertexAttrib2fARB", vertexAttrib2f); in initProcsDesktopGL()
1377 ASSIGN("glVertexAttrib2f", vertexAttrib2f); in initProcsDesktopGL()
2401 ASSIGN("glVertexAttrib2f", vertexAttrib2f); in initProcsGLES()
3549 vertexAttrib2f = &glVertexAttrib2fNULL; in initProcsDesktopGLNULL()
3599 vertexAttrib2f = &glVertexAttrib2fNULL; in initProcsDesktopGLNULL()
4164 vertexAttrib2f = &glVertexAttrib2fNULL; in initProcsDesktopGLNULL()
5187 vertexAttrib2f = &glVertexAttrib2fNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h218 PFNGLVERTEXATTRIB2FPROC vertexAttrib2f = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp1749 context->vertexAttrib2f(index, x, y); in GL_VertexAttrib2f()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp3676 context->vertexAttrib2f(index, x, y); in GL_VertexAttrib2f()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1043 case 2: m_ctx.vertexAttrib2f(loc, attr.x(), attr.y()); break; in bindAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp3262 context->vertexAttrib2f(params.getParam("index", ParamType::TGLuint, 0).value.GLuintVal, in ReplayCall()

Completed in 65 milliseconds