Home
last modified time | relevance | path

Searched refs:useProgram (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnShader.cpp44 m_context->useProgram(m_program); in use()
DSolidFillShader.cpp62 m_context->useProgram(m_program); in use()
DTexShader.cpp63 m_context->useProgram(m_program); in use()
DBicubicShader.cpp114 m_context->useProgram(m_program); in use()
DConvolutionShader.cpp101 m_context->useProgram(m_program); in use()
/external/skia/src/gpu/gl/debug/
DGrDebugGL.h74 void useProgram(GrProgramObj *program);
DGrDebugGL.cpp175 void GrDebugGL::useProgram(GrProgramObj *program) { in useProgram() function in GrDebugGL
DGrGLCreateDebugInterface.cpp506 GrDebugGL::getInstance()->useProgram(program); in debugGLUseProgram()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp247 glUseProgramType useProgram; member in WebCore::GraphicsContext3DInternal
411 useProgram = GET_PROC_ADDRESS(glUseProgram); in GraphicsContext3DInternal()
1372 void GraphicsContext3D::useProgram(Platform3DObject program) in useProgram() function in WebCore::GraphicsContext3D
1377 m_internal->useProgram(program); in useProgram()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h352 void useProgram(GLuint program);
DContext.cpp997 void Context::useProgram(GLuint program) in useProgram() function in gl::Context
DlibGLESv2.cpp5352 context->useProgram(program); in glUseProgram()
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h216 void useProgram(Platform3DObject);
DGraphicsContext3DChromium.cpp697 DELEGATE_TO_IMPL_1(useProgram, Platform3DObject) in DELEGATE_TO_IMPL_1() argument
1102 DELEGATE_TO_INTERNAL_1(useProgram, Platform3DObject) in DELEGATE_TO_INTERNAL_2()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h311 virtual void useProgram(WebGLId program) = 0;
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h257 void useProgram(WebGLProgram*, ExceptionCode&);
DWebGLRenderingContext.idl652 [StrictTypeChecking] void useProgram(in WebGLProgram program) raises(DOMException);
DWebGLRenderingContext.cpp3709 void WebGLRenderingContext::useProgram(WebGLProgram* program, ExceptionCode& ec) in useProgram() function in WebCore::WebGLRenderingContext
3726 m_context->useProgram(objectOrZero(program)); in useProgram()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h747 void useProgram(Platform3DObject);
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerRendererChromium.cpp151 GLC(m_context.get(), m_context->useProgram(programId)); in useShader()
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp1093 void GraphicsContext3D::useProgram(Platform3DObject program) in useProgram() function in WebCore::GraphicsContext3D
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog877 (gl::Context::useProgram):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0618872 (WebCore::WebGLRenderingContext::useProgram):
33010 Cache link status at linkProgram and use it in useProgram instead of querying GPU
33021 (WebCore::WebGLRenderingContext::useProgram):
45824 (WebCore::WebGLRenderingContext::useProgram): Fix a condition.
57298 (WebCore::GraphicsContext3D::useProgram):
61763 (WebCore::GraphicsContext3D::useProgram):
61936 (WebCore::GraphicsContext3D::useProgram):
74519 (WebCore::GraphicsContext3D::useProgram):
78910 …eted until their attachments are removed, therefore, we need to track the attach/detach/useProgram.
78933 …(WebCore::WebGLRenderingContext::useProgram): Track the attachment of a program to the current ren…
[all …]
DChangeLog-2011-02-1610033 … (WebCore::WebGLRenderingContext::checkObjectToBeBound): Helper function to bind* and useProgram.
10045 (WebCore::WebGLRenderingContext::useProgram): Use checkObjectToBeBound.
31286 (WebCore::GraphicsContext3D::useProgram):
31419 (WebCore::GraphicsContext3D::useProgram):
DChangeLog-2010-01-2923107 (WebCore::WebGLRenderingContext::useProgram):
28810 (WebCore::WebGLRenderingContext::useProgram):
29072 (WebCore::WebGLRenderingContext::useProgram):
38565 (WebCore::GraphicsContext3D::useProgram):
61414 (WebCore::CanvasRenderingContext3D::useProgram):

12