Home
last modified time | relevance | path

Searched refs:get_attrib_location (Results 1 – 25 of 144) sorted by relevance

123456

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/gl/
H A Dgl_vertex_arrays.cpp68 int loc = m_context.get_program().get_attrib_location("position"); in set_positions()
83 int loc = m_context.get_program().get_attrib_location("texcoord"); in set_texcoords()
95 int loc = m_context.get_program().get_attrib_location("texcoord"); in set_texcoord()
110 int loc = m_context.get_program().get_attrib_location("diffuse"); in set_colors()
122 int loc = m_context.get_program().get_attrib_location("diffuse"); in set_color()
H A Dgl_program.hpp37 GLint get_attrib_location(const char* name) const;
H A Dgl_program.cpp89 GLProgram::get_attrib_location(const char* name) const in get_attrib_location() function in GLProgram
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGLShader.hpp63 int get_attrib_location(const char* name) const;
H A D3DBed.cpp452 GLint position_id = shader->get_attrib_location("v_position"); in render_texture()
453 GLint tex_coords_id = shader->get_attrib_location("v_tex_coords"); in render_texture()
H A DGLShader.cpp359 int GLShaderProgram::get_attrib_location(const char* name) const in get_attrib_location() function in Slic3r::GLShaderProgram
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-vbo.cpp317 get_attrib_location(GLuint prog, in get_attrib_location() function
435 if (!get_attrib_location(prog, name, &this->index)) { in vertex_attrib_description()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dwebglprogram.rs250 pub fn get_attrib_location(&self, name: DOMString) -> WebGLResult<Option<i32>> { in get_attrib_location() method
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/gleam/src/
H A Dgl.rs390 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int; in get_attrib_location() method
H A Dgles_fns.rs1232 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int { in get_attrib_location() method
H A Dgl_fns.rs1216 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int { in get_attrib_location() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/gleam-0.6.7/src/
H A Dgl.rs455 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/gleam-0.6.17/src/
H A Dgl.rs511 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int;
H A Dgles_fns.rs1603 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int { in get_attrib_location() method
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gleam-0.6.18/src/
H A Dgl.rs511 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int;
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glow-0.5.0/src/
H A Dstdweb.rs1379 unsafe fn get_attrib_location(&self, program: Self::Program, name: &str) -> Option<u32> { in get_attrib_location() method
1383 RawRenderingContext::WebGl1(ref gl) => gl.get_attrib_location(raw_program, name), in get_attrib_location()
1384 RawRenderingContext::WebGl2(ref gl) => gl.get_attrib_location(raw_program, name), in get_attrib_location()
H A Dweb_sys.rs1508 unsafe fn get_attrib_location(&self, program: Self::Program, name: &str) -> Option<u32> { in get_attrib_location() method
1512 RawRenderingContext::WebGl1(ref gl) => gl.get_attrib_location(raw_program, name), in get_attrib_location()
1513 RawRenderingContext::WebGl2(ref gl) => gl.get_attrib_location(raw_program, name), in get_attrib_location()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fNegativeShaderApiTests.cpp337 ES2F_ADD_API_CASE(get_attrib_location, "Invalid glGetAttribLocation() usage", in init()
/dports/www/firefox/firefox-99.0/third_party/rust/gleam/src/
H A Dgl.rs594 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gleam/src/
H A Dgl.rs594 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gleam/src/
H A Dgl.rs594 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gleam/src/
H A Dgl.rs514 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int;
/dports/www/firefox/firefox-99.0/third_party/rust/glow/src/
H A Dweb_sys.rs1783 unsafe fn get_attrib_location(&self, program: Self::Program, name: &str) -> Option<u32> { in get_attrib_location() method
1787 RawRenderingContext::WebGl1(ref gl) => gl.get_attrib_location(raw_program, name), in get_attrib_location()
1788 RawRenderingContext::WebGl2(ref gl) => gl.get_attrib_location(raw_program, name), in get_attrib_location()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp840 void get_attrib_location (NegativeTestContext& ctx) in get_attrib_location() function
2657 {get_attrib_location, "get_attrib_location", "Invalid glGetAttribLocation() usage" }, in getNegativeShaderApiTestFunctions()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/swgl/src/
H A Dswgl_fns.rs1809 fn get_attrib_location(&self, program: GLuint, name: &str) -> c_int { in get_attrib_location() method

123456