Searched refs:yuvAdjust (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCVideoLayerImpl.h65 static const float yuvAdjust[3]; member in class:WebCore::CCVideoLayerImpl
H A DCCVideoLayerImpl.cpp56 const float CCVideoLayerImpl::yuvAdjust[3] = { member in class:WebCore::CCVideoLayerImpl
131 GLC(context, context->uniform3fv(program->fragmentShader().yuvAdjLocation(), const_cast<float*>(yuvAdjust), 1));

Completed in 84 milliseconds