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

  /frameworks/base/libs/hwui/
Layer.h 276 return texTransform;
414 mat4 texTransform;
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 700 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr);
701 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix));
    [all...]

Completed in 4329 milliseconds