Home
last modified time | relevance | path

Searched refs:ACTIVE_UNIFORMS (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h260 ACTIVE_UNIFORMS = 0x8B86, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl260 const unsigned int ACTIVE_UNIFORMS = 0x8B86;
DWebGLRenderingContext.cpp2246 case GraphicsContext3D::ACTIVE_UNIFORMS: in getProgramParameter()
2426 …m_context->getProgramiv(objectOrZero(program), GraphicsContext3D::ACTIVE_UNIFORMS, &activeUniforms… in getUniform()