HomeSort by relevance Sort by last modified time
    Searched refs:yuvAdjust (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCVideoLayerImpl.h 65 static const float yuvAdjust[3];
CCVideoLayerImpl.cpp 56 const float CCVideoLayerImpl::yuvAdjust[3] = {
131 GLC(context, context->uniform3fv(program->fragmentShader().yuvAdjLocation(), const_cast<float*>(yuvAdjust), 1));

Completed in 47 milliseconds