Searched refs:getActiveAttrib (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLProgram.cpp170 context3d->getActiveAttrib(object(), i, info);
H A DWebGLRenderingContext.idl531 [StrictTypeChecking] WebGLActiveInfo getActiveAttrib(WebGLProgram program, GLuint index);
H A DWebGLRenderingContext.h171 PassRefPtr<WebGLActiveInfo> getActiveAttrib(WebGLProgram*, GC3Duint index);
H A DWebGLRenderingContext.cpp2044 PassRefPtr<WebGLActiveInfo> WebGLRenderingContext::getActiveAttrib(WebGLProgram* program, GC3Duint index) function in class:WebCore::WebGLRenderingContext
2046 if (isContextLost() || !validateWebGLObject("getActiveAttrib", program))
2049 if (!m_context->getActiveAttrib(objectOrZero(program), index, info))
/external/chromium_org/cc/test/
H A Dfake_web_graphics_context_3d.cc71 bool FakeWebGraphicsContext3D::getActiveAttrib( function in class:cc::FakeWebGraphicsContext3D
H A Dfake_web_graphics_context_3d.h216 virtual bool getActiveAttrib(
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext3D.h259 bool getActiveAttrib(Platform3DObject program, GC3Duint index, ActiveInfo&);
H A DGraphicsContext3D.cpp347 bool GraphicsContext3D::getActiveAttrib(Platform3DObject program, GC3Duint index, ActiveInfo& info) function in class:WebCore::GraphicsContext3D
350 if (!m_impl->getActiveAttrib(program, index, webInfo))
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMockWebGraphicsContext3D.h121 virtual bool getActiveAttrib(WebGLId program, WGC3Duint index, ActiveInfo&) { return false; } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h240 virtual bool getActiveAttrib(WebGLId program,
H A Dwebgraphicscontext3d_command_buffer_impl.cc699 bool WebGraphicsContext3DCommandBufferImpl::getActiveAttrib( function in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h75 // Return value from getActiveUniform and getActiveAttrib.
265 virtual bool getActiveAttrib(WebGLId program, WGC3Duint index, ActiveInfo&) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h181 virtual bool getActiveAttrib(WebGLId program,
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc572 bool WebGraphicsContext3DInProcessCommandBufferImpl::getActiveAttrib( function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc411 virtual bool getActiveAttrib(WebGLId program, function in class:cc::__anon4180::ForbidSynchronousCallContext
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js1630 var activeInfo = gl.getActiveAttrib(program, i);

Completed in 228 milliseconds