Home
last modified time | relevance | path

Searched refs:MatrixStack (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DGLES1State.h198 using MatrixStack = angle::FixedVector<angle::Mat4, Caps::GlobalMatrixStackDepth>; variable
199 MatrixStack &currentMatrixStack();
200 const MatrixStack &currentMatrixStack() const;
201 const MatrixStack &getMatrixStack(MatrixType mode) const;
325 MatrixStack mProjectionMatrices;
326 MatrixStack mModelviewMatrices;
327 std::vector<MatrixStack> mTextureMatrices;
H A DGLES1State.cpp299 GLES1State::MatrixStack &GLES1State::currentMatrixStack() in currentMatrixStack()
321 const GLES1State::MatrixStack &GLES1State::getMatrixStack(MatrixType mode) const in getMatrixStack()
337 const GLES1State::MatrixStack &GLES1State::currentMatrixStack() const in currentMatrixStack()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h232 using MatrixStack = std::vector<glm::mat4>; variable
243 MatrixStack mProjMatrices;
244 MatrixStack mModelviewMatrices;
245 std::vector<MatrixStack> mTextureMatrices;
247 MatrixStack& currMatrixStack();
248 void restoreMatrixStack(const MatrixStack& matrices);
DGLEScmContext.cpp109 MatrixStack matrices; in GLEScmContext()
243 [](android::base::Stream* stream, const MatrixStack& matrices) { in onSave()
282 void GLEScmContext::restoreMatrixStack(const MatrixStack& matrices) { in restoreMatrixStack()
653 GLEScmContext::MatrixStack& GLEScmContext::currMatrixStack() { in currMatrixStack()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixStack.java27 public class MatrixStack { class
28 public MatrixStack() { in MatrixStack() method in MatrixStack
32 public MatrixStack(int maxDepth) { in MatrixStack() method in MatrixStack
H A DMatrixTrackingGL.java49 private MatrixStack mCurrent;
50 private MatrixStack mModelView;
51 private MatrixStack mTexture;
52 private MatrixStack mProjection;
71 mModelView = new MatrixStack(); in MatrixTrackingGL()
72 mProjection = new MatrixStack(); in MatrixTrackingGL()
73 mTexture = new MatrixStack(); in MatrixTrackingGL()
/aosp_15_r20/external/angle/src/tests/gles1_conformance_tests/
H A DConformanceTests.cpp320 TEST_P(GLES1ConformanceTest, MatrixStack) in TEST_P() argument
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.ninja.globs13295 …ment/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/MatrixStack.java","developm…