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

/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc469 GLint TestWebGraphicsContext3D::getAttribLocation(GLuint program, function in class:cc::TestWebGraphicsContext3D
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp711 deInt32 GLContext::getAttribLocation (deUint32 program, const char *name) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h122 virtual WGC3Dint getAttribLocation(WebGLId program, const WGC3Dchar* name) { return 0; } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp2089 GLint WebGLRenderingContextBase::getAttribLocation(WebGLProgram* program, const String& name) function in class:blink::__anon11092::WebGLRenderingContextBase
2091 if (isContextLost() || !validateWebGLObject("getAttribLocation", program))
2093 if (!validateLocationLength("getAttribLocation", name))
2095 if (!validateString("getAttribLocation", name))
2100 synthesizeGLError(GL_INVALID_OPERATION, "getAttribLocation", "program not linked");
2103 return webContext()->getAttribLocation(objectOrZero(program), name.utf8().data());

Completed in 2175 milliseconds