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

/frameworks/native/include/gui/
H A DSurfaceTexture.h262 // computeCurrentTransformMatrixLocked computes the transform matrix for the
266 void computeCurrentTransformMatrixLocked();
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp310 computeCurrentTransformMatrixLocked();
571 computeCurrentTransformMatrixLocked();
575 void SurfaceTexture::computeCurrentTransformMatrixLocked() { function in class:android::SurfaceTexture
576 ST_LOGV("computeCurrentTransformMatrixLocked");
607 ST_LOGD("computeCurrentTransformMatrixLocked: mCurrentTextureBuf is NULL");

Completed in 301 milliseconds