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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 169 static float glMatrix[16];
179 toGLMatrix(&glMatrix[0], layerRenderer()->projectionMatrix() * renderMatrix);
181 GLC(context, context->uniformMatrix4fv(program->vertexShader().matrixLocation(), false, &glMatrix[0], 1));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 327 static float glMatrix[16];
335 toGLMatrix(&glMatrix[0], projectionMatrix * renderMatrix);
337 GLC(context, context->uniformMatrix4fv(matrixLocation, false, &glMatrix[0], 1));
LayerTilerChromium.cpp 438 static float glMatrix[16];
446 LayerChromium::toGLMatrix(&glMatrix[0], projectionMatrix * renderMatrix);
448 GLC(context, context->uniformMatrix4fv(program->vertexShader().matrixLocation(), false, &glMatrix[0], 1));

Completed in 82 milliseconds