Home
last modified time | relevance | path

Searched refs:mGLState (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DGLES1State.cpp57 : mGLState(nullptr), in GLES1State()
92 mGLState = state; in initialize()
260 return clampCast<GLint>(mTextureMatrices[mGLState->getActiveSampler()].size()); in getCurrentMatrixStackDepth()
291 return mTextureMatrices[mGLState->getActiveSampler()]; in currentMatrixStack()
312 return mTextureMatrices[mGLState->getActiveSampler()]; in currentMatrixStack()
DGLES1State.h255 const State *mGLState; variable