Home
last modified time | relevance | path

Searched refs:bindAttribLocation (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A 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()
H A DgluShaderProgram.hpp129 void bindAttribLocation (deUint32 location, const char* name);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h16 void bindAttribLocation(ShaderProgramID programPacked, GLuint index, const GLchar *name); \
H A DContext.cpp6105 void Context::bindAttribLocation(ShaderProgramID program, GLuint index, const GLchar *name) in bindAttribLocation() function in gl::__anon19924::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp609 gl->bindAttribLocation(mProgram, 0, "vertex"); in drawWithTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A 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()
H A DProgramGL.cpp293 mFunctions->bindAttribLocation(mProgramID, attribute.location, in link()
H A DDispatchTableGL_autogen.h155 PFNGLBINDATTRIBLOCATIONPROC bindAttribLocation = nullptr; member in rx::DispatchTableGL
H A DBlitGL.cpp1527 ANGLE_GL_TRY(context, mFunctions->bindAttribLocation( in getBlitProgram()
/third_party/vk-gl-cts/modules/gles3/performance/
H A 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()
H A 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()
H A Des3pDepthTests.cpp126 gl.bindAttribLocation(m_program.getProgram(), 0, "a_position"); in RenderData()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp394 gl.bindAttribLocation(po, i, attribute.c_str()); in BuildProgram()
2719 gl.bindAttribLocation(m_po, 0, "a_0"); in PrepareProgram()
2720 gl.bindAttribLocation(m_po, 1, "a_1"); in PrepareProgram()
H A Dgl4cSparseBufferTests.cpp271 gl.bindAttribLocation(po_id, attribute_locations[n_attribute], attribute_names[n_attribute]); in createProgram()
H A Dgl4cEnhancedLayoutsTests.cpp19689 gl.bindAttribLocation(program.m_id, m_goten_location, "goten"); in test()
/third_party/vk-gl-cts/modules/glshared/
H A DglsAttributeLocationTests.cpp478 gl.bindAttribLocation(program, iter->getLocation(), iter->getAttributeName().c_str()); in bindAttributes()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp1007 gl.bindAttribLocation(m_programs[0]->getProgram(), 0, "a_coord"); in init()
H A Des2pStateChangeTests.cpp1121 gl.bindAttribLocation(m_programs[0]->getProgram(), 0, "a_coord"); in init()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp76 context->bindAttribLocation(programPacked, index, name); in GL_BindAttribLocation()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp92 context->bindAttribLocation(programPacked, index, name); in GL_BindAttribLocation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_replay_autogen.cpp68 context->bindAttribLocation( in ReplayCall()

Completed in 107 milliseconds