Searched defs:getActiveUniform (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.cc76 bool TestWebGraphicsContext3D::getActiveUniform(WebKit::WebGLId program, function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DProgram.cpp437 void Program::getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) function in class:gl::Program
442 return programBinary->getActiveUniform(index, bufsize, length, size, type, name);
H A DProgramBinary.cpp2420 void ProgramBinary::getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const function in class:gl::ProgramBinary
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc92 bool FakeWebGraphicsContext3D::getActiveUniform( function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.cpp434 bool GraphicsContext3D::getActiveUniform(Platform3DObject program, GC3Duint index, ActiveInfo& info) function in class:WebCore::GraphicsContext3D
437 if (!m_impl->getActiveUniform(program, index, webInfo))
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc498 virtual bool getActiveUniform(WebGLId program, function in class:cc::__anon4092::ForbidSynchronousCallContext
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc873 bool WebGraphicsContext3DCommandBufferImpl::getActiveUniform( function in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc623 bool WebGraphicsContext3DInProcessCommandBufferImpl::getActiveUniform( function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h128 virtual bool getActiveUniform(WebGLId program, WGC3Duint index, ActiveInfo&) { return false; } function in class:WebKit::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp2010 PassRefPtr<WebGLActiveInfo> WebGLRenderingContext::getActiveUniform(WebGLProgram* program, GC3Duint index) function in class:WebCore::WebGLRenderingContext
2012 if (isContextLost() || !validateWebGLObject("getActiveUniform", program))
2015 if (!m_context->getActiveUniform(objectOrZero(program), index, info))
2638 if (!m_context->getActiveUniform(objectOrZero(program), i, info))

Completed in 391 milliseconds