Searched defs:getAttribLocation (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DGlShader.java83 public int getAttribLocation(String label) { method in class:GlShader
102 int location = getAttribLocation(label);
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js755 wrappedContext_.getAttribLocation = function(f) {
763 }(wrappedContext_.getAttribLocation);
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp435 glw::GLint Utils::program::getAttribLocation(const glw::GLchar* name) const function in class:glcts::ViewportArray::Utils::program
440 GLint location = gl.getAttribLocation(m_program_object_id, name);
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp711 deInt32 GLContext::getAttribLocation (deUint32 program, const char *name) function in class:sglr::GLContext
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp2953 GLint tex_coord_loc = program.getAttribLocation(tex_coord_name.c_str());
5983 GLint test_loc = program.getAttribLocation(test_name.c_str());
6385 GLint test_loc = program.getAttribLocation(test_name.c_str());
7915 GLint test_loc = program.getAttribLocation(test_name.c_str());
15359 GLint variable_loc = program.getAttribLocation(variable_name.c_str());
18059 glw::GLint Utils::program::getAttribLocation(const glw::GLchar* name) const function in class:gl4cts::GLSL420Pack::Utils::program
18064 GLint location = gl.getAttribLocation(m_program_object_id, name);

Completed in 303 milliseconds