Home | History | Annotate | Download | only in libGLES_CM

Lines Matching refs:mArrayEnabled

883 	mState.vertexAttribute[attribNum].mArrayEnabled = enabled;
3375 mState.vertexAttribute[sw::Position].mArrayEnabled = enable;
3380 return mState.vertexAttribute[sw::Position].mArrayEnabled;
3385 mState.vertexAttribute[sw::Normal].mArrayEnabled = enable;
3390 return mState.vertexAttribute[sw::Normal].mArrayEnabled;
3395 mState.vertexAttribute[sw::Color0].mArrayEnabled = enable;
3400 return mState.vertexAttribute[sw::Color0].mArrayEnabled;
3405 mState.vertexAttribute[sw::PointSize].mArrayEnabled = enable;
3410 return mState.vertexAttribute[sw::PointSize].mArrayEnabled;
3415 mState.vertexAttribute[sw::TexCoord0 + clientTexture].mArrayEnabled = enable;
3420 return mState.vertexAttribute[sw::TexCoord0 + clientTexture].mArrayEnabled;