Searched refs:asArray (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp133 glUniformMatrix4fv(mTextureMatrixLoc, 1, GL_FALSE, desc.mTexture.getMatrix().asArray());
142 glUniformMatrix4fv(mColorMatrixLoc, 1, GL_FALSE, desc.mColorMatrix.asArray());
145 glUniformMatrix4fv(mProjectionMatrixLoc, 1, GL_FALSE, desc.mProjectionMatrix.asArray());
H A DGLES11RenderEngine.cpp163 glLoadMatrixf(texture.getMatrix().asArray());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java205 public FrameType asArray() { method in class:FrameType
207 throw new RuntimeException("Calling asArray() on non-object type!");
/frameworks/native/include/ui/
H A Dmat4.h83 T const* asArray() const { return &mValue[0][0]; } function in class:android::tmat44
297 T* r = const_cast<T*>(rotation.asArray());
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp531 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix));

Completed in 77 milliseconds