Home
last modified time | relevance | path

Searched refs:vertexAttrib3f (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h182 void vertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z); \
H A DGLES1Renderer.cpp252 context->vertexAttrib3f(kNormalAttribIndex, normal.x(), normal.y(), normal.z()); in prepareForDraw()
H A DContext.cpp5740 void Context::vertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z) in vertexAttrib3f() function in gl::__anon19924::Context
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp154 virtual void vertexAttrib3f (deUint32 index, float, float, float) = DE_NULL;
H A DsglrGLContext.hpp166 virtual void vertexAttrib3f (deUint32 index, float, float, float);
H A DsglrGLContext.cpp691 void GLContext::vertexAttrib3f (deUint32 index, float x, float y, float z) in vertexAttrib3f() function in sglr::GLContext
H A DsglrReferenceContext.hpp719 virtual void vertexAttrib3f (deUint32 index, float, float, float);
H A DsglrReferenceContext.cpp3749 void ReferenceContext::vertexAttrib3f (deUint32 index, float x, float y, float z)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp767 ASSIGN("glVertexAttrib3fARB", vertexAttrib3f); in initProcsDesktopGL()
817 ASSIGN("glVertexAttrib3fARB", vertexAttrib3f); in initProcsDesktopGL()
1383 ASSIGN("glVertexAttrib3f", vertexAttrib3f); in initProcsDesktopGL()
2403 ASSIGN("glVertexAttrib3f", vertexAttrib3f); in initProcsGLES()
3555 vertexAttrib3f = &glVertexAttrib3fNULL; in initProcsDesktopGLNULL()
3605 vertexAttrib3f = &glVertexAttrib3fNULL; in initProcsDesktopGLNULL()
4170 vertexAttrib3f = &glVertexAttrib3fNULL; in initProcsDesktopGLNULL()
5189 vertexAttrib3f = &glVertexAttrib3fNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h224 PFNGLVERTEXATTRIB3FPROC vertexAttrib3f = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp1893 context->vertexAttrib3f(index, x, y, z); in GL_VertexAttrib3f()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp3724 context->vertexAttrib3f(index, x, y, z); in GL_VertexAttrib3f()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1044 case 3: m_ctx.vertexAttrib3f(loc, attr.x(), attr.y(), attr.z()); break; in bindAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp3273 context->vertexAttrib3f(params.getParam("index", ParamType::TGLuint, 0).value.GLuintVal, in ReplayCall()

Completed in 58 milliseconds