/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderProgram.cpp | 275 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 D | gluShaderProgram.hpp | 129 void bindAttribLocation (deUint32 location, const char* name);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_2_0_autogen.h | 16 void bindAttribLocation(ShaderProgramID programPacked, GLuint index, const GLchar *name); \
|
H A D | Context.cpp | 6105 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 D | DisplayGbm.cpp | 609 gl->bindAttribLocation(mProgram, 0, "vertex"); in drawWithTexture()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 794 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 D | ProgramGL.cpp | 293 mFunctions->bindAttribLocation(mProgramID, attribute.location, in link()
|
H A D | DispatchTableGL_autogen.h | 155 PFNGLBINDATTRIBLOCATIONPROC bindAttribLocation = nullptr; member in rx::DispatchTableGL
|
H A D | BlitGL.cpp | 1527 ANGLE_GL_TRY(context, mFunctions->bindAttribLocation( in getBlitProgram()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pRedundantStateChangeTests.cpp | 1081 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 D | es3pStateChangeTests.cpp | 1205 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 D | es3pDepthTests.cpp | 126 gl.bindAttribLocation(m_program.getProgram(), 0, "a_position"); in RenderData()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 394 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 D | gl4cSparseBufferTests.cpp | 271 gl.bindAttribLocation(po_id, attribute_locations[n_attribute], attribute_names[n_attribute]); in createProgram()
|
H A D | gl4cEnhancedLayoutsTests.cpp | 19689 gl.bindAttribLocation(program.m_id, m_goten_location, "goten"); in test()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsAttributeLocationTests.cpp | 478 gl.bindAttribLocation(program, iter->getLocation(), iter->getAttributeName().c_str()); in bindAttributes()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pRedundantStateChangeTests.cpp | 1007 gl.bindAttribLocation(m_programs[0]->getProgram(), 0, "a_coord"); in init()
|
H A D | es2pStateChangeTests.cpp | 1121 gl.bindAttribLocation(m_programs[0]->getProgram(), 0, "a_coord"); in init()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_2_autogen.cpp | 76 context->bindAttribLocation(programPacked, index, name); in GL_BindAttribLocation()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_2_0_autogen.cpp | 92 context->bindAttribLocation(programPacked, index, name); in GL_BindAttribLocation()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | frame_capture_replay_autogen.cpp | 68 context->bindAttribLocation( in ReplayCall()
|