Home
last modified time | relevance | path

Searched refs:bindAttribLocation (Results 1 – 25 of 60) sorted by relevance

123

/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.cpp275 void Program::bindAttribLocation (deUint32 location, const char* name) in bindAttribLocation() function in glu::Program
277 m_gl.bindAttribLocation(m_program, location, name); in bindAttribLocation()
422 m_program.bindAttribLocation(binding->location, binding->name.c_str()); in init()
DgluES3PlusWrapperFuncs.inl11 dst->bindAttribLocation = src.bindAttribLocation;
DgluShaderProgram.hpp129 void bindAttribLocation (deUint32 location, const char* name);
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES20Direct.inl8 gl->bindAttribLocation = &glBindAttribLocation;
DglwInitES30Direct.inl10 gl->bindAttribLocation = &glBindAttribLocation;
DglwInitES20.inl8 gl->bindAttribLocation = (glBindAttribLocationFunc) loader->get("glBindAttribLocation");
DglwInitES31Direct.inl11 gl->bindAttribLocation = &glBindAttribLocation;
DglwInitES32Direct.inl11 gl->bindAttribLocation = &glBindAttribLocation;
DglwInitES30.inl10 gl->bindAttribLocation = (glBindAttribLocationFunc) loader->get("glBindAttribLocation");
DglwInitGL31.inl11 gl->bindAttribLocation = (glBindAttribLocationFunc) loader->get("glBindAttribLocation");
DglwInitGL30.inl11 gl->bindAttribLocation = (glBindAttribLocationFunc) loader->get("glBindAttribLocation");
DglwFunctions.inl13 glBindAttribLocationFunc bindAttribLocation; variable
DglwInitES31.inl11 gl->bindAttribLocation = (glBindAttribLocationFunc) loader->get("glBindAttribLocation");
DglwInitGL32.inl11 gl->bindAttribLocation = (glBindAttribLocationFunc) loader->get("glBindAttribLocation");
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h16 void bindAttribLocation(ShaderProgramID programPacked, GLuint index, const GLchar *name); \
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_2_0_autogen.h16 void bindAttribLocation(GLuint program, GLuint index, const GLchar *name); \
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js407 bindAttribLocation: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp794 ASSIGN("glBindAttribLocationARB", bindAttribLocation); in initProcsDesktopGL()
1314 ASSIGN("glBindAttribLocation", bindAttribLocation); in initProcsDesktopGL()
2269 ASSIGN("glBindAttribLocation", bindAttribLocation); in initProcsGLES()
3582 bindAttribLocation = &glBindAttribLocationNULL; in initProcsDesktopGLNULL()
4101 bindAttribLocation = &glBindAttribLocationNULL; in initProcsDesktopGLNULL()
5055 bindAttribLocation = &glBindAttribLocationNULL; in initProcsGLESNULL()
DProgramGL.cpp293 mFunctions->bindAttribLocation(mProgramID, attribute.location, in link()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp161 ASSIGN("glBindAttribLocation", bindAttribLocation); in initProcsDesktopGL()
1530 ASSIGN("glBindAttribLocationARB", bindAttribLocation); in initProcsDesktopGL()
1926 ASSIGN("glBindAttribLocation", bindAttribLocation); in initProcsGLES()
2955 bindAttribLocation = &glBindAttribLocationNULL; in initProcsDesktopGLNULL()
4322 bindAttribLocation = &glBindAttribLocationNULL; in initProcsDesktopGLNULL()
4717 bindAttribLocation = &glBindAttribLocationNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h155 PFNGLBINDATTRIBLOCATIONPROC bindAttribLocation = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp609 gl->bindAttribLocation(mProgram, 0, "vertex"); in drawWithTexture()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pRedundantStateChangeTests.cpp1081 gl.bindAttribLocation(m_programs[0]->getProgram(), 0, "a_coord"); in init()
1474 gl.bindAttribLocation(m_programs[0]->getProgram(), 0, "a_coord"); in init()
Des3pStateChangeTests.cpp1205 gl.bindAttribLocation(m_programs[0]->getProgram(), 0, "a_coord"); in init()
1664 gl.bindAttribLocation(m_programs[0]->getProgram(), 0, "a_coord"); in init()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.cpp684 gl->bindAttribLocation(mProgram, 0, "vertex"); in drawWithTexture()

123