Searched refs:surfaceMatrix (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DVideoLayerManager.cpp180 result = m_videoLayerInfoMap.get(layerId)->surfaceMatrix;
209 memset(pInfo->surfaceMatrix, 0, sizeof(pInfo->surfaceMatrix));
256 if (pInfo && !memcmp(matrix, pInfo->surfaceMatrix, sizeof(pInfo->surfaceMatrix)))
258 memcpy(pInfo->surfaceMatrix, matrix, sizeof(pInfo->surfaceMatrix));
H A DVideoLayerAndroid.cpp135 GLfloat surfaceMatrix[16]; local
171 m_surfaceTexture->getTransformMatrix(surfaceMatrix);
173 shader->drawVideoLayerQuad(m_drawTransform, surfaceMatrix,
175 manager->updateMatrix(uniqueId(), surfaceMatrix); local
H A DVideoLayerManager.h58 GLfloat surfaceMatrix[16]; member in struct:WebCore::VideoLayerInfo
H A DMediaTexture.cpp150 float surfaceMatrix[16]; local
151 video->surfaceTexture->getTransformMatrix(surfaceMatrix);
163 surfaceMatrix, dimensions, video->textureId);

Completed in 278 milliseconds