Home
last modified time | relevance | path

Searched refs:mProjectionMatrices (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DGLES1State.cpp128 mProjectionMatrices.push_back(angle::Mat4()); in initialize()
249 return clampCast<GLint>(mProjectionMatrices.size()); in getCurrentMatrixStackDepth()
280 return mProjectionMatrices; in currentMatrixStack()
301 return mProjectionMatrices; in currentMatrixStack()
DGLES1State.h293 MatrixStack mProjectionMatrices; variable
DGLES1Renderer.cpp192 angle::Mat4 proj = gles1State.mProjectionMatrices.back(); in prepareForDraw()
DState.cpp2341 memcpy(params, mGLES1State.mProjectionMatrices.back().constData(), in getFloatv()