OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textureMatrix
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/surfaceflinger/
Layer.cpp
502
float
textureMatrix
[16];
504
mSurfaceFlingerConsumer->getTransformMatrix(
textureMatrix
);
530
const mat4 texTransform(mat4(static_cast<const float*>(
textureMatrix
)) * tr);
531
memcpy(
textureMatrix
, texTransform.asArray(), sizeof(
textureMatrix
));
537
mTexture.setMatrix(
textureMatrix
);
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp
[
all
...]
/external/skia/src/gpu/
GrContext.cpp
[
all
...]
Completed in 46 milliseconds